diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:38:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:38:12 +0000 |
commit | 392f676385e23e61a3e03914a6032131ad54624b (patch) | |
tree | f884866f7044010831fb9821a4aee76a5de36b75 /cppu/test/alignment | |
parent | 51bcdaa4654b3c637abf37f6161841220b7d9b50 (diff) |
INTEGRATION: CWS dbgmacros1 (1.3.4); FILE MERGED
2003/04/09 10:38:55 kso 1.3.4.1: #108413# - debug macro unification.
Diffstat (limited to 'cppu/test/alignment')
-rw-r--r-- | cppu/test/alignment/diagnose.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/test/alignment/diagnose.h b/cppu/test/alignment/diagnose.h index db282d68f003..f89423a00844 100644 --- a/cppu/test/alignment/diagnose.h +++ b/cppu/test/alignment/diagnose.h @@ -2,9 +2,9 @@ * * $RCSfile: diagnose.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-19 16:55:44 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:38:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,7 @@ #define BINTEST_VERIFY( c ) \ if (! (c)) { fprintf( stderr, "### binary compatibility test failed: " #c " [line %d]!!!\n", __LINE__ ); abort(); } -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 #define BINTEST_VERIFYOFFSET( s, m, n ) \ fprintf( stderr, "> OFFSET_OF(" #s ", " #m ") = %d\n", OFFSET_OF(s, m) ); \ |