summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:20:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:20:15 +0000
commit9136355fe91fb957eb96dce02457d6826def5338 (patch)
tree663116ac4571897e121400d7514f9ed1a93569c0 /extensions
parenta53cd25b31808732ad067f1ea08ac13ea5e87d2d (diff)
INTEGRATION: CWS dbgmacros1 (1.1.1.1.108); FILE MERGED
2003/04/09 10:54:57 kso 1.1.1.1.108.1: #108413# - debug macro unification.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/test/stm/pipetest.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/test/stm/pipetest.cxx b/extensions/test/stm/pipetest.cxx
index 4747e5352e7f..76209111c71f 100644
--- a/extensions/test/stm/pipetest.cxx
+++ b/extensions/test/stm/pipetest.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pipetest.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:16:56 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:20:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,9 @@
#include <vos/mutex.hxx>
#include <vos/thread.hxx>
+#if OSL_DEBUG_LEVEL == 0
+#define NDEBUG
+#endif
#include <assert.h>
#include <string.h>