Mercurial > emacs
changeset 84490:23e7b73bbc00
Update comment referring to C_ALLOCA.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 12 Sep 2007 07:17:16 +0000 |
parents | ad8abc0d6da5 |
children | d72079d7688e |
files | src/callproc.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
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;