summaryrefslogtreecommitdiff
path: root/cppu/test/alignment/diagnose.h
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-19 15:55:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-19 15:55:44 +0000
commit31bf9f8309d6f5283ce08dc92a929cb1a61e8a76 (patch)
tree2909eb852d754a4e177afa1575c09c6231cfbf71 /cppu/test/alignment/diagnose.h
parenta832295be4ee35e352d75684d352f36772bcda01 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'cppu/test/alignment/diagnose.h')
-rw-r--r--cppu/test/alignment/diagnose.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/test/alignment/diagnose.h b/cppu/test/alignment/diagnose.h
index 097a374076ce..db282d68f003 100644
--- a/cppu/test/alignment/diagnose.h
+++ b/cppu/test/alignment/diagnose.h
@@ -2,9 +2,9 @@
*
* $RCSfile: diagnose.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2002-08-21 09:19:38 $
+ * last change: $Author: hr $ $Date: 2003-03-19 16:55:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,7 @@
#include <sal/types.h>
#include <stdio.h>
-#if defined(__GNUC__) && defined(LINUX) && defined(INTEL)
+#if defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD)) && defined(INTEL)
#define ALIGNMENT(s, n) __alignof__ (s)
#else
#define ALIGNMENT(s, n) n