summaryrefslogtreecommitdiff
path: root/beos
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 /beos
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 'beos')
-rw-r--r--beos/beos_scaffolding.cpp1
-rw-r--r--beos/beos_window.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/beos/beos_scaffolding.cpp b/beos/beos_scaffolding.cpp
index ef5b12873..cd6f01e38 100644
--- a/beos/beos_scaffolding.cpp
+++ b/beos/beos_scaffolding.cpp
@@ -55,7 +55,6 @@ extern "C" {
#include "render/html.h"
#include "utils/messages.h"
#include "utils/utils.h"
-#undef NDEBUG
#include "utils/log.h"
}
#include "beos/beos_gui.h"
diff --git a/beos/beos_window.cpp b/beos/beos_window.cpp
index b18504b2c..9214b75f8 100644
--- a/beos/beos_window.cpp
+++ b/beos/beos_window.cpp
@@ -26,7 +26,6 @@ extern "C" {
#include "desktop/options.h"
#include "desktop/selection.h"
#include "desktop/textinput.h"
-#undef NDEBUG
#include "utils/log.h"
#include "utils/utf8.h"
#include "utils/utils.h"