summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-28 10:39:53 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-28 10:39:53 +0000
commit243c1ba03f0b7031b0c8dce7036ae5b583f252c0 (patch)
tree48464a1d874bf593eecfbc6c191a838e244f40f6 /content/fetch.c
parent89396e7d2a8c9832ef0d3507a7c5856b2d9229d7 (diff)
downloadnetsurf-243c1ba03f0b7031b0c8dce7036ae5b583f252c0.tar.gz
netsurf-243c1ba03f0b7031b0c8dce7036ae5b583f252c0.tar.bz2
Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDEBUG.
svn path=/trunk/netsurf/; revision=7593
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c1
1 files changed, 0 insertions, 1 deletions
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"