summaryrefslogtreecommitdiff
path: root/sal/rtl/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-27 09:04:59 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-27 09:04:59 +0000
commitf2d8a5e5770ebb22d08e70b0bff4c7b92878da15 (patch)
treee7597fcc23f5cab064fcf69db008de231362545d /sal/rtl/source
parentba82aee3e23b6a92c042b8b1a3e104d978a23f08 (diff)
INTEGRATION: CWS ia64port01_DEV300 (1.8.20); FILE MERGED
2008/01/04 19:04:40 cmc 1.8.20.1: #i84999# add ia64
Diffstat (limited to 'sal/rtl/source')
-rw-r--r--sal/rtl/source/macro.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx
index 38fcc16263bc..e893069e8ba5 100644
--- a/sal/rtl/source/macro.hxx
+++ b/sal/rtl/source/macro.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: macro.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ihi $ $Date: 2007-11-26 18:05:15 $
+ * last change: $Author: obo $ $Date: 2008-02-27 10:04:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -78,6 +78,8 @@ this is inserted for the case that the preprocessor ignores error
#define THIS_ARCH "MIPS"
#elif defined ARM
#define THIS_ARCH "ARM"
+#elif defined IA64
+#define THIS_ARCH "IA64"
#endif
#if ! defined THIS_ARCH