aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2007-09-12 07:17:16 +0000
committerGlenn Morris2007-09-12 07:17:16 +0000
commitcaa01fe01a9137c29539294222472ceb619da6d4 (patch)
tree073664144363087e28c168b02ed04380a9bd7ead /src
parent67d20687160767f448fb3415827729c6280be45c (diff)
downloademacs-caa01fe01a9137c29539294222472ceb619da6d4.tar.gz
emacs-caa01fe01a9137c29539294222472ceb619da6d4.zip
Update comment referring to C_ALLOCA.
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 3b9ef8d38e9..bd38f381123 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1273,9 +1273,10 @@ child_setup (in, out, err, new_argv, set_pgrp, current_dir)
1273 1273
1274 /* Note that use of alloca is always safe here. It's obvious for systems 1274 /* Note that use of alloca is always safe here. It's obvious for systems
1275 that do not have true vfork or that have true (stack) alloca. 1275 that do not have true vfork or that have true (stack) alloca.
1276 If using vfork and C_ALLOCA it is safe because that changes 1276 If using vfork and C_ALLOCA (when Emacs used to include
1277 the superior's static variables as if the superior had done alloca 1277 src/alloca.c) it is safe because that changes the superior's
1278 and will be cleaned up in the usual way. */ 1278 static variables as if the superior had done alloca and will be
1279 cleaned up in the usual way. */
1279 { 1280 {
1280 register char *temp; 1281 register char *temp;
1281 register int i; 1282 register int i;