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/table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/table.c') diff --git a/render/table.c b/render/table.c index 9423401f3..d3134f687 100644 --- a/render/table.c +++ b/render/table.c @@ -27,6 +27,7 @@ #include "render/table.h" #define NDEBUG #include "utils/log.h" +#undef NDEBUG #include "utils/talloc.h" -- cgit v1.2.3