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 --- css/css.c | 1 - 1 file changed, 1 deletion(-) (limited to 'css/css.c') diff --git a/css/css.c b/css/css.c index b493764de..133b9ec92 100644 --- a/css/css.c +++ b/css/css.c @@ -93,7 +93,6 @@ #include #include #define CSS_INTERNALS -#undef NDEBUG #include "utils/config.h" #include "content/content.h" #include "content/fetch.h" -- cgit v1.2.3