diff options
Diffstat (limited to 'src/include/ch.h')
-rw-r--r-- | src/include/ch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/ch.h b/src/include/ch.h index 52d3dd772..4f729a450 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -100,9 +100,6 @@ #ifndef TRUE
#define TRUE 1
#endif
-#ifndef NULL
-#define NULL 0
-#endif
#ifdef __cplusplus
extern "C" {
|