From 15da8786c2a379e8c3f16cb7c7a0ba68015fb85c Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 4 Feb 2004 13:32:55 +0000
Subject: [PATCH] INTEGRATION: CWS ooo20031216 (1.1.56); FILE MERGED 2004/01/23
11:31:10 mh 1.1.56.2: RESYNC: (1.1-1.2); FILE MERGED 2003/12/13 14:14:43
waratah 1.1.56.1: #i1858# test for previous definition of macro to remove
warning
---
crashrep/source/unx/res.cxx | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/crashrep/source/unx/res.cxx b/crashrep/source/unx/res.cxx
index 5b71d247d5dc..c9e0e78adc84 100755
--- a/crashrep/source/unx/res.cxx
+++ b/crashrep/source/unx/res.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: res.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-12-17 19:28:27 $
+ * last change: $Author: hr $ $Date: 2004-02-04 14:32:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -44,7 +44,9 @@
************************************************************************/
#if OSL_DEBUG_LEVEL == 0
-#define NDEBUG
+# ifndef NDEBUG
+# define NDEBUG
+# endif
#endif
#include