diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-23 13:25:37 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-23 13:37:42 -0400 |
commit | 856db05b58b71c5ff22af727aba435a8c356abfa (patch) | |
tree | 11901335f246f57a87b87a3ac13a0b59883464fb /mi/micoord.h | |
parent | ab6557fcd4bb4fd580bb1727dc8764f7dfb2cb30 (diff) |
Unifdef sgi.
Diffstat (limited to 'mi/micoord.h')
-rw-r--r-- | mi/micoord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/micoord.h b/mi/micoord.h index 16d086117..e6d814fc8 100644 --- a/mi/micoord.h +++ b/mi/micoord.h @@ -43,7 +43,7 @@ * forcing as to use div instead of shift. Let's be explicit. */ -#if defined(mips) || defined(sgi) || \ +#if defined(mips) || \ defined(sparc) || defined(__sparc64__) || \ defined(__alpha) || defined(__alpha__) || \ defined(__i386__) || defined(__i386) || defined(__ia64__) || \ |