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 --- content/fetch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index 5ea6fba60..f3afa0a1f 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -43,7 +43,6 @@ #include "desktop/netsurf.h" #include "desktop/options.h" #include "render/form.h" -#undef NDEBUG #include "utils/log.h" #include "utils/messages.h" #include "utils/url.h" -- cgit v1.2.3