diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-18 14:30:33 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-18 14:30:33 +0100 |
commit | 16d941cb03d6909cd947b1c910ad3cf199cc1e5e (patch) | |
tree | 85d36f8f1dfa864186623dce5d8ebd93fa773e00 /cppu | |
parent | 6173b8425d2ccd2c0acafe63b42e83cd32027866 (diff) |
Add PowerPC to the right branch
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/qa/cppumaker/test_cppumaker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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), |