From 243c1ba03f0b7031b0c8dce7036ae5b583f252c0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 28 May 2009 10:39:53 +0000 Subject: Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDEBUG. svn path=/trunk/netsurf/; revision=7593 --- render/box_normalise.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/box_normalise.c') diff --git a/render/box_normalise.c b/render/box_normalise.c index 2a6f759a0..865433e26 100644 --- a/render/box_normalise.c +++ b/render/box_normalise.c @@ -31,6 +31,7 @@ #include "desktop/gui.h" #define NDEBUG #include "utils/log.h" +#undef NDEBUG #include "utils/talloc.h" -- cgit v1.2.3