From: Patrik Gornicz Date: Wed, 2 Sep 2009 02:55:43 +0000 (-0400) Subject: added NULL define in debug.h X-Git-Url: http://gitweb.pgornicz.com/?a=commitdiff_plain;h=f051e5491b5d4a5ea8700292d12074e3ce88a012;p=libbear.git added NULL define in debug.h --- 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 {