diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:33:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:33:09 +0000 |
commit | 9fc8a685b69f4ea031fc9e05dac9c7d33263c8b7 (patch) | |
tree | 864ec701bdaf0e137fead08bd56e9a47fb04d227 /sax/test | |
parent | b7ba3b21d659cb6765dd81a81448fc69b91ea2f9 (diff) |
INTEGRATION: CWS dbgmacros1 (1.3.34.1.16); FILE MERGED
2003/04/09 16:26:52 kso 1.3.34.1.16.1: #108413# - debug macro unification.
Diffstat (limited to 'sax/test')
-rw-r--r-- | sax/test/sax/testsax.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx index d2d0df8d2bd4..8ce462629fa9 100644 --- a/sax/test/sax/testsax.cxx +++ b/sax/test/sax/testsax.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testsax.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-26 17:32:46 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:33:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,10 @@ #include <stdio.h> #include <string.h> + +#if OSL_DEBUG_LEVEL == 0 +#define NDEBUG +#endif #include <assert.h> #include <osl/time.h> |