Only define NULL if it is needed.

This commit is contained in:
Moritz Bunkus 2005-06-12 09:31:11 +00:00
parent 41f5e7af68
commit 29f9905e5c

View File

@ -16,7 +16,9 @@
#include "os.h"
#include "extern_data.h"
#define NULL 0
#ifndef NULL
# define NULL 0
#endif
#ifdef SYS_UNIX
const char *sub_charsets[] = {