projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f0cd43
)
added NULL define in debug.h
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Wed, 2 Sep 2009 02:55:43 +0000
(22:55 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Wed, 2 Sep 2009 02:55:43 +0000
(22:55 -0400)
lib/include/bear/debug.h
patch
|
blob
|
blame
|
history
diff --git
a/lib/include/bear/debug.h
b/lib/include/bear/debug.h
index
fb5ac94
..
446151f
100644
(file)
--- a/
lib/include/bear/debug.h
+++ b/
lib/include/bear/debug.h
@@
-19,6
+19,11
@@
#define DEBUG_H
+#ifndef NULL
+#define NULL 0
+#endif
+
+
namespace bear
{