diff options
-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> |