comparison 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
comparison
equal deleted inserted replaced
84489:ad8abc0d6da5 84490:23e7b73bbc00
1271 close_load_descs (); 1271 close_load_descs ();
1272 #endif 1272 #endif
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;
1282 1283
1283 i = SBYTES (current_dir); 1284 i = SBYTES (current_dir);