summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-31 22:25:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-02-01 17:57:16 +0900
commited5e55f3a4ebb7abd0b961e2c7fc0fb3ee393fc4 (patch)
treeaa29aa205d6512e94e5ebbe065cffcd0a84c8093 /lib
parentd3155886a5d2247593a7597b35be6b7cbe8a049c (diff)
downloadtdevelop-r14.1.x.tar.gz
tdevelop-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 ce7cada3e1ce3e62e87380ca6b4f1cf598495891)
Diffstat (limited to 'lib')
-rw-r--r--lib/antlr/antlr/config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/antlr/antlr/config.h b/lib/antlr/antlr/config.h
index 2e4c6e2f..ab454fd6 100644
--- a/lib/antlr/antlr/config.h
+++ b/lib/antlr/antlr/config.h
@@ -193,20 +193,6 @@
#endif // end IBM VisualAge C++
/*}}}*/
/*****************************************************************************/
-/*{{{ SGI Irix 6.5.10 MIPSPro compiler
- *****************************************************************************/
-// (contributed by Anna Winkler)
-// Note: you can't compile ANTLR with the MIPSPro compiler on
-// anything < 6.5.10 because SGI just fixed a big bug dealing with
-// namespaces in that release.
-#ifdef __sgi
-# define HAS_NOT_CCTYPE_H
-# define HAS_NOT_CSTRING_H
-# define HAS_NOT_CSTDIO_H
-# undef ANTLR_CCTYPE_NEEDS_STD
-#endif // End IRIX MIPSPro
-/*}}}*/
-/*****************************************************************************/
/*{{{ G++ in various incarnations
*****************************************************************************/
// With the gcc-2.95 and 3.0 being in the near future we should start handling