summaryrefslogtreecommitdiff
path: root/crashrep/source/unx/res.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'crashrep/source/unx/res.cxx')
-rwxr-xr-xcrashrep/source/unx/res.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/crashrep/source/unx/res.cxx b/crashrep/source/unx/res.cxx
index 5b71d247d5dc..c9e0e78adc84 100755
--- a/crashrep/source/unx/res.cxx
+++ b/crashrep/source/unx/res.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: res.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-12-17 19:28:27 $
+ * last change: $Author: hr $ $Date: 2004-02-04 14:32:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -44,7 +44,9 @@
************************************************************************/
#if OSL_DEBUG_LEVEL == 0
-#define NDEBUG
+# ifndef NDEBUG
+# define NDEBUG
+# endif
#endif
#include <assert.h>