diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-27 09:04:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-27 09:04:59 +0000 |
commit | f2d8a5e5770ebb22d08e70b0bff4c7b92878da15 (patch) | |
tree | e7597fcc23f5cab064fcf69db008de231362545d /sal/rtl/source | |
parent | ba82aee3e23b6a92c042b8b1a3e104d978a23f08 (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.hxx | 6 |
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 |