summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-30 09:55:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-31 21:17:47 +0900
commitfbffe9fe76a2a33491265edd83e14de92860d30f (patch)
tree4ab0ba34a05e7090821ea057832195bf3a606ee3
parenta245be1a570856527515d6928fc9d361035c86d8 (diff)
downloadkchmviewer-r14.1.x.tar.gz
kchmviewer-r14.1.x.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 99386f168214c8214e6eafb21ff42d930be54dac)
-rw-r--r--lib/chmlib/chm_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chmlib/chm_lib.c b/lib/chmlib/chm_lib.c
index e7da0b0..9a86ddc 100644
--- a/lib/chmlib/chm_lib.c
+++ b/lib/chmlib/chm_lib.c
@@ -62,7 +62,7 @@
#include <stdio.h>
#endif
-#if __sun || __sgi
+#if __sun
#include <strings.h>
#endif
@@ -153,7 +153,7 @@ typedef unsigned __int64 UInt64;
/* Sparc */
/* MIPS */
/* PPC */
-#elif __i386__ || __sun || __sgi || __ppc__
+#elif __i386__ || __sun || __ppc__
typedef unsigned char UChar;
typedef short Int16;
typedef unsigned short UInt16;