diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:58:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:58:29 +0000 |
commit | 39664064e5fbe7c765077ee4f5aac33f99a14249 (patch) | |
tree | d3eb8129dc3e372ace6e8b3e5bf485a7a0aa5549 /io/source/stm/omark.cxx | |
parent | 5f36e25ed5767cce9533eb592a7827d489065019 (diff) |
INTEGRATION: CWS dbgmacros1 (1.4.4.1.12); FILE MERGED
2003/04/09 11:58:59 kso 1.4.4.1.12.1: #108413# - debug macro unification.
Diffstat (limited to 'io/source/stm/omark.cxx')
-rw-r--r-- | io/source/stm/omark.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx index 85e112516d6b..f0ea1089b356 100644 --- a/io/source/stm/omark.cxx +++ b/io/source/stm/omark.cxx @@ -2,9 +2,9 @@ * * $RCSfile: omark.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-26 12:21:47 $ + * last change: $Author: vg $ $Date: 2003-04-15 15:58:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,6 +77,9 @@ #include <osl/mutex.hxx> #include <rtl/ustrbuf.hxx> +#if OSL_DEBUG_LEVEL == 0 +#define NDEBUG +#endif #include <assert.h> #include <string.h> |