Mercurial > emacs
changeset 14845:fce6bf9ce9b0 amigados-merge make-3-74-4
(NULL): Define only if not already defined.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 20 Mar 1996 01:08:11 +0000 |
parents | 885968b5998e |
children | e72246089ebc |
files | src/alloca.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloca.c Wed Mar 20 01:07:36 1996 +0000 +++ b/src/alloca.c Wed Mar 20 01:08:11 1996 +0000 @@ -73,7 +73,9 @@ typedef char *pointer; #endif +#ifndef NULL #define NULL 0 +#endif /* Different portions of Emacs need to call different versions of malloc. The Emacs executable needs alloca to call xmalloc, because