Update comment referring to C_ALLOCA.
authorGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:17:16 +0000 (07:17 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:17:16 +0000 (07:17 +0000)
src/callproc.c

index 3b9ef8d..bd38f38 100644 (file)
@@ -1273,9 +1273,10 @@ child_setup (in, out, err, new_argv, set_pgrp, current_dir)
 
   /* 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;