diff options
author | Ben Byer <bbyer@bbyer.local> | 2007-10-14 18:07:03 -0700 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.local> | 2007-10-14 18:07:03 -0700 |
commit | 3d4eb17b38dcb1468493f3686dc5ea3623ef9a73 (patch) | |
tree | 8513b52c480f7e2fd8821d959a097c95ec67676c /mi | |
parent | ec0fc012e91e703bb399a380df2912f71957a220 (diff) |
mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI
Diffstat (limited to 'mi')
-rw-r--r-- | mi/micoord.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mi/micoord.h b/mi/micoord.h index b3d725b73..16a244b96 100644 --- a/mi/micoord.h +++ b/mi/micoord.h @@ -46,8 +46,7 @@ #if defined(mips) || defined(sgi) || \ defined(sparc) || defined(__sparc64__) || \ defined(__alpha) || defined(__alpha__) || \ - defined(__i386__) || defined(i386) || \ - defined(__ia64__) || defined(ia64) || \ + defined(__i386__) || defined(__ia64__) || \ defined(__s390x__) || defined(__s390__) || \ defined(__amd64__) || defined(amd64) || defined(__amd64) #define GetHighWord(x) (((int) (x)) >> 16) |