[Libreoffice-commits] .: cppu/qa

Fridrich Strba fridrich at kemper.freedesktop.org
Fri Mar 18 06:30:46 PDT 2011


 cppu/qa/cppumaker/test_cppumaker.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5e29bd612af978a93dcf97095f8e6ff0c80ef80
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri Mar 18 14:30:33 2011 +0100

    Add PowerPC to the right branch

diff --git a/cppu/qa/cppumaker/test_cppumaker.cxx b/cppu/qa/cppumaker/test_cppumaker.cxx
index 75f3669..d2a0b55 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),


More information about the Libreoffice-commits mailing list