summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 13:10:46 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 13:10:46 -0800
commit0f4d2e4db54161e6e763248bee1446080c38d284 (patch)
treea4b92550ff8e950ed0b91dcbbab4ba5972b5ab1c
parentbb8362516dc4ccf210c27b0069e58276a826c999 (diff)
unifdef sgi
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--include/X11/Xtos.h3
-rw-r--r--src/Intrinsic.c2
2 files changed, 2 insertions, 3 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
diff --git a/src/Intrinsic.c b/src/Intrinsic.c
index 4edc9a0..6171961 100644
--- a/src/Intrinsic.c
+++ b/src/Intrinsic.c
@@ -1170,7 +1170,7 @@ static String
ExtractLocaleName(String lang)
{
-#if defined(hpux) || defined(CSRG_BASED) || defined(sun) || defined(SVR4) || defined(sgi) || defined(__osf__) || defined(AIXV3) || defined(WIN32) || defined (linux)
+#if defined(hpux) || defined(CSRG_BASED) || defined(sun) || defined(SVR4) || defined(__osf__) || defined(AIXV3) || defined(WIN32) || defined (linux)
#ifdef hpux
/*
* We need to discriminated between HPUX 9 and HPUX 10. The equivalent