summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--io/source/stm/omark.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx
index f0ea1089b356..8083b4a98243 100644
--- a/io/source/stm/omark.cxx
+++ b/io/source/stm/omark.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: omark.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 15:58:29 $
+ * last change: $Author: hr $ $Date: 2004-02-04 14:16:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,9 @@
#include <rtl/ustrbuf.hxx>
#if OSL_DEBUG_LEVEL == 0
-#define NDEBUG
+# ifndef NDEBUG
+# define NDEBUG
+# endif
#endif
#include <assert.h>
#include <string.h>