From f051e5491b5d4a5ea8700292d12074e3ce88a012 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Tue, 1 Sep 2009 22:55:43 -0400 Subject: [PATCH] added NULL define in debug.h --- lib/include/bear/debug.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/include/bear/debug.h b/lib/include/bear/debug.h index fb5ac94..446151f 100644 --- 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 { -- 2.10.2