From 6d25fdc93ea230aa04dacbcb2cafa8596d567a06 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 4 Feb 2004 13:16:01 +0000 Subject: 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 --- io/source/stm/omark.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'io') 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 #if OSL_DEBUG_LEVEL == 0 -#define NDEBUG +# ifndef NDEBUG +# define NDEBUG +# endif #endif #include #include -- cgit