From 0563bebee094fc47d95fa7180ace214026f28814 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 31 Oct 2006 20:37:34 +0000 Subject: [PATCH] Removed definition of NULL. --- src/libCom/misc/dbDefs.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libCom/misc/dbDefs.h b/src/libCom/misc/dbDefs.h index 82e31988c..91025a5f8 100644 --- a/src/libCom/misc/dbDefs.h +++ b/src/libCom/misc/dbDefs.h @@ -16,11 +16,6 @@ #ifndef INCdbDefsh #define INCdbDefsh 1 -#if defined(NULL) -#undef NULL -#endif -#define NULL 0 - #if defined(NO) #undef NO #endif