summaryrefslogtreecommitdiff
path: root/bridges/test/testcomp.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:29:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:29:38 +0000
commit6f59495ff3ab8754e21415c998950fd3139ebe3b (patch)
tree775b1a19dae9c35b4e0727eae80f33c68630e3b0 /bridges/test/testcomp.cxx
parentd03b7959f7ee87a5cac52f96939a83c1cb7037ee (diff)
INTEGRATION: CWS dbgmacros1 (1.5.6); FILE MERGED
2003/04/09 10:15:48 kso 1.5.6.1: #108413# - debug macro unification.
Diffstat (limited to 'bridges/test/testcomp.cxx')
-rw-r--r--bridges/test/testcomp.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/test/testcomp.cxx b/bridges/test/testcomp.cxx
index 78bfb1b41d8b..3281bd0684f0 100644
--- a/bridges/test/testcomp.cxx
+++ b/bridges/test/testcomp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testcomp.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 19:07:10 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:29:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,9 @@
*
*
************************************************************************/
+#if OSL_DEBUG_LEVEL == 0
+#define NDEBUG
+#endif
#include <assert.h>
#include <string.h>
#include <stdlib.h>