# HG changeset patch # User Roland McGrath # Date 827284091 0 # Node ID fce6bf9ce9b0183906f3f8e4901a383a656bfd42 # Parent 885968b5998ed87126869f112d434a03bffaa811 (NULL): Define only if not already defined. diff -r 885968b5998e -r fce6bf9ce9b0 src/alloca.c --- 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