diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 13:32:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 13:32:55 +0000 |
commit | 15da8786c2a379e8c3f16cb7c7a0ba68015fb85c (patch) | |
tree | 42758299286a46ba5900277c163e0275508865d3 /crashrep/source | |
parent | 88e10b067644e0bf3306b684f8e3833a262f877a (diff) |
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
Diffstat (limited to 'crashrep/source')
-rwxr-xr-x | crashrep/source/unx/res.cxx | 8 |
1 files 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 <assert.h> |