From 16d941cb03d6909cd947b1c910ad3cf199cc1e5e Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Fri, 18 Mar 2011 14:30:33 +0100 Subject: Add PowerPC to the right branch --- cppu/qa/cppumaker/test_cppumaker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu/qa') diff --git a/cppu/qa/cppumaker/test_cppumaker.cxx b/cppu/qa/cppumaker/test_cppumaker.cxx index 833ab6ba551b..49b0c40109a4 100644 --- a/cppu/qa/cppumaker/test_cppumaker.cxx +++ b/cppu/qa/cppumaker/test_cppumaker.cxx @@ -446,7 +446,7 @@ void Test::testBigStruct() { #if defined __GNUC__ && __GNUC__ >= 3 // see CPPU_GCC3_ALIGN CPPUNIT_ASSERT_EQUAL( -#if defined X86_64 +#if defined X86_64 || defined PPC static_cast< std::size_t >(24), #else static_cast< std::size_t >(16), -- cgit