From d45d59e6a0da50c27afebbbdef49106205620720 Mon Sep 17 00:00:00 2001 From: Martin Hollmichel Date: Wed, 2 Oct 2002 12:17:56 +0000 Subject: join: from SRX643_OO, #103821# --- cppu/source/uno/data.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cppu/source/uno/data.cxx') diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx index 32cf1c224aa1..179d08d5cd91 100644 --- a/cppu/source/uno/data.cxx +++ b/cppu/source/uno/data.cxx @@ -2,9 +2,9 @@ * * $RCSfile: data.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: dbo $ $Date: 2002-08-21 09:19:25 $ + * last change: $Author: mh $ $Date: 2002-10-02 13:15:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -365,7 +365,7 @@ sal_Bool SAL_CALL uno_type_isAssignableFromData( if (OFFSET_OF(s, m) != n) { fprintf( stderr, "### OFFSET_OF(" #s ", " #m ") = %d instead of expected %d!!!\n", OFFSET_OF(s, m), n ); abort(); } #ifdef DEBUG -#if defined(__GNUC__) && defined(LINUX) && defined(INTEL) +#if defined(__GNUC__) && defined(LINUX) && (defined(INTEL) || defined(POWERPC)) #define BINTEST_VERIFYSIZE( s, n ) \ fprintf( stderr, "> sizeof(" #s ") = %d; __alignof__ (" #s ") = %d\n", sizeof(s), __alignof__ (s) ); \ if (sizeof(s) != n) { fprintf( stderr, "### sizeof(" #s ") = %d instead of expected %d!!!\n", sizeof(s), n ); abort(); } -- cgit v1.2.1