summaryrefslogtreecommitdiffstats
path: root/lib/antlr
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:56:57 +0900
commitce7cada3e1ce3e62e87380ca6b4f1cf598495891 (patch)
tree6916d495f2ebf52ab917d6bef5128a39e1e9834a /lib/antlr
parent55357efa077747ac8a02d8daa8a28902ffebcdd0 (diff)
downloadtdevelop-ce7cada3e1ce3e62e87380ca6b4f1cf598495891.tar.gz
tdevelop-ce7cada3e1ce3e62e87380ca6b4f1cf598495891.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/antlr')
-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