summaryrefslogtreecommitdiffstats
path: root/kmousetool
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-30 10:17:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-30 10:17:32 +0900
commitea77d8f8a95bb8a196157ff59eb46f426328701d (patch)
treed3015c0840c8465ce7c4b7e9ea325711b8f78afa /kmousetool
parent0499943d7498aecd45a9c449a7a97cb69bb6e578 (diff)
downloadtdeaccessibility-ea77d8f8a95bb8a196157ff59eb46f426328701d.tar.gz
tdeaccessibility-ea77d8f8a95bb8a196157ff59eb46f426328701d.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmousetool')
-rw-r--r--kmousetool/kmousetool/Xmd_kmousetool.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/kmousetool/kmousetool/Xmd_kmousetool.h b/kmousetool/kmousetool/Xmd_kmousetool.h
index 7e22fd1..ce9bd3b 100644
--- a/kmousetool/kmousetool/Xmd_kmousetool.h
+++ b/kmousetool/kmousetool/Xmd_kmousetool.h
@@ -58,11 +58,6 @@ SOFTWARE.
defined(__ia64__) || defined(ia64)
#define LONG64 /* 32/64-bit architecture */
#endif
-#ifdef __sgi
-#if (_MIPS_SZLONG == 64)
-#define LONG64
-#endif
-#endif
/*
* Stuff to handle large architecture machines; the constants were generated
@@ -128,7 +123,7 @@ typedef int INT32;
typedef short INT16;
#endif
-#if defined(__STDC__) || defined(sgi) || defined(AIXV3)
+#if defined(__STDC__) || defined(AIXV3)
typedef signed char INT8;
#else
typedef char INT8;