1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 20:10:40 +08:00

(NULL): Define only if not already defined.

This commit is contained in:
Roland McGrath 1996-03-20 01:08:11 +00:00
parent 4603f9f8c6
commit 46a1497b8e

View File

@ -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