From ce7cada3e1ce3e62e87380ca6b4f1cf598495891 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 31 Jan 2026 22:25:59 +0900 Subject: Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro --- lib/antlr/antlr/config.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3