diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 13:10:46 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 13:10:46 -0800 |
commit | 0f4d2e4db54161e6e763248bee1446080c38d284 (patch) | |
tree | a4b92550ff8e950ed0b91dcbbab4ba5972b5ab1c /include/X11 | |
parent | bb8362516dc4ccf210c27b0069e58276a826c999 (diff) |
unifdef sgi
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11')
-rw-r--r-- | include/X11/Xtos.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h index 84910c0..599dbe2 100644 --- a/include/X11/Xtos.h +++ b/include/X11/Xtos.h @@ -64,8 +64,7 @@ SOFTWARE. defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ defined(__amd64__) || defined(amd64) || \ - defined(__powerpc64__) || \ - (defined(sgi) && (_MIPS_SZLONG == 64)) + defined(__powerpc64__)) #define LONG64 #endif |