diff options
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) ); \ |