From 392f676385e23e61a3e03914a6032131ad54624b Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:38:12 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.3.4); FILE MERGED 2003/04/09 10:38:55 kso 1.3.4.1: #108413# - debug macro unification. --- cppu/test/alignment/diagnose.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cppu/test/alignment') 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) ); \ -- cgit