diff src/callproc.c @ 84490:23e7b73bbc00

Update comment referring to C_ALLOCA.
author Glenn Morris <rgm@gnu.org>
date Wed, 12 Sep 2007 07:17:16 +0000
parents 4b264c073ca8
children f859ca19dbb0
line wrap: on
line diff
--- 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;