summaryrefslogtreecommitdiff
path: root/src/Intrinsic.c
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 /src/Intrinsic.c
parentbb8362516dc4ccf210c27b0069e58276a826c999 (diff)
unifdef sgi
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Intrinsic.c')
-rw-r--r--src/Intrinsic.c2
1 files changed, 1 insertions, 1 deletions
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