diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 13:16:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 13:16:01 +0000 |
commit | 6d25fdc93ea230aa04dacbcb2cafa8596d567a06 (patch) | |
tree | f7a80ab788da10b36c5e9e23a5fcae8e1066f654 | |
parent | 6b6c23ba661f57a4d1c905eb74a273be841b47b2 (diff) |
INTEGRATION: CWS ooo20031216 (1.6.36); FILE MERGED
2003/12/13 13:54:46 waratah 1.6.36.1: #i1858# test for previous definition of macro to remove warning
-rw-r--r-- | io/source/stm/omark.cxx | 8 |
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> |