Define NULL ifndef.
This commit is contained in:
parent
1b7c49c33c
commit
f0e7b6a43f
|
@ -36,6 +36,9 @@
|
|||
#include "scheme48.h" /* $SCHEME48/c/scheme48.h */
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
#endif
|
||||
/* maximum value for random_integer: min(S48_MAX_FIXNUM_VALUE, m1) */
|
||||
#define m_max (((long)1 << 29) - 1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue