diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 15:37:45 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 15:37:45 +0200 |
commit | b9420f83fe45d9c1b72046fa8eb5103a086969ec (patch) | |
tree | 228f9b513073c0c2129dec6f988d15abea2ad708 /sal | |
parent | e7194215164848daea99c2500ee5b6f284c66bd4 (diff) | |
parent | d5394818c11f470e287ac5cf812707ed47fef4f2 (diff) |
CWS-TOOLING: integrate CWS linuxaxp01
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/source/macro.hxx | 2 | ||||
-rw-r--r-- | sal/typesconfig/typesconfig.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx index a48918668f83..50f0d7de924e 100644 --- a/sal/rtl/source/macro.hxx +++ b/sal/rtl/source/macro.hxx @@ -89,6 +89,8 @@ this is inserted for the case that the preprocessor ignores error # define THIS_ARCH "M68K" #elif defined HPPA # define THIS_ARCH "HPPA" +#elif defined AXP +# define THIS_ARCH "ALPHA" #endif #if ! defined THIS_ARCH diff --git a/sal/typesconfig/typesconfig.c b/sal/typesconfig/typesconfig.c index 8223c80a5856..708837be926b 100644 --- a/sal/typesconfig/typesconfig.c +++ b/sal/typesconfig/typesconfig.c @@ -160,7 +160,7 @@ int check( TestFunc func, Type eT, void* p ) |* Letzte Aenderung |* *************************************************************************/ -#if defined(IA64) || defined(ARM32) || defined(HPPA) +#if defined(IA64) || defined(ARM32) || defined(HPPA) || defined(AXP) int forceerror() { |