# HG changeset patch # User Glenn Morris # Date 1189581436 0 # Node ID 23e7b73bbc0024f8f637f6796b4fc33af7c0b6b3 # Parent ad8abc0d6da55bae3b78a52d0b8dce83d95377cc Update comment referring to C_ALLOCA. diff -r ad8abc0d6da5 -r 23e7b73bbc00 src/callproc.c --- a/src/callproc.c Wed Sep 12 07:16:39 2007 +0000 +++ b/src/callproc.c Wed Sep 12 07:17:16 2007 +0000 @@ -1273,9 +1273,10 @@ /* Note that use of alloca is always safe here. It's obvious for systems that do not have true vfork or that have true (stack) alloca. - If using vfork and C_ALLOCA it is safe because that changes - the superior's static variables as if the superior had done alloca - and will be cleaned up in the usual way. */ + If using vfork and C_ALLOCA (when Emacs used to include + src/alloca.c) it is safe because that changes the superior's + static variables as if the superior had done alloca and will be + cleaned up in the usual way. */ { register char *temp; register int i;