From 46a1497b8ee48c13be1aa46ddd525c315ebc0cbf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 20 Mar 1996 01:08:11 +0000 Subject: (NULL): Define only if not already defined. --- alloca.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alloca.c') diff --git a/alloca.c b/alloca.c index 12c1122..31fb4e0 100644 --- a/alloca.c +++ b/alloca.c @@ -73,7 +73,9 @@ typedef void *pointer; 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 -- cgit v1.2.3