diff src/alloca.c @ 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 88900acd9f99
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