added NULL define in debug.h
authorPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 2 Sep 2009 02:55:43 +0000 (22:55 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 2 Sep 2009 02:55:43 +0000 (22:55 -0400)
lib/include/bear/debug.h

index fb5ac94..446151f 100644 (file)
 #define DEBUG_H
 
 
+#ifndef NULL
+#define NULL 0
+#endif
+
+
 namespace bear
 {