summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 15:26:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 15:26:28 +0000
commit5311ead3c2f9fc4cd9fd23ebd0080c7aa0eb481b (patch)
treea031d9dec5d18b7dd6497d3382321df29587e3e0 /cppu
parentb3862260eeb177a9491c7103ee6b6d12d2009e63 (diff)
INTEGRATION: CWS ooo20030412 (1.13.4.1.10); FILE MERGED
2003/04/11 09:07:43 mh 1.13.4.1.10.1: join: from ooo11beta
Diffstat (limited to 'cppu')
-rw-r--r--cppu/inc/cppu/macros.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/inc/cppu/macros.hxx b/cppu/inc/cppu/macros.hxx
index e0cb5c32865b..554e258258bf 100644
--- a/cppu/inc/cppu/macros.hxx
+++ b/cppu/inc/cppu/macros.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: macros.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 16:55:41 $
+ * last change: $Author: hr $ $Date: 2003-04-28 16:26:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
the struct inherits from a base struct the first member is no double or [unsigned] long long.
@internal
*/
-#if defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD)) && (defined(INTEL) || defined(POWERPC) || defined(X86_64) || defined(S390)) && (__GNUC__ == 3)
+#if defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD)) && (defined(INTEL) || defined(POWERPC) || defined(X86_64) || defined(S390) || defined(SPARC)) && (__GNUC__ == 3)
#define CPPU_GCC3_ALIGN( base_struct ) __attribute__ ((aligned (__alignof__ (base_struct))))
#else
#define CPPU_GCC3_ALIGN( base_struct )