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 --- desktop/textinput.c | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/textinput.c') diff --git a/desktop/textinput.c b/desktop/textinput.c index 927088331..34425e522 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -38,6 +38,7 @@ #include "render/layout.h" #define NDEBUG #include "utils/log.h" +#undef NDEBUG #include "utils/talloc.h" #include "utils/utf8.h" #include "utils/utils.h" -- cgit v1.2.3