diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-02 21:06:17 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-02 21:06:17 +0900 |
| commit | e117a8a6cf51174e41374659f3ab9246c1ab7455 (patch) | |
| tree | 24d9e3ab6f90f1aa6bdf6ca499b5ec9d4927cc48 /mcopidl | |
| parent | 6c3a434cef1efd230acf15eb81e17aa057084123 (diff) | |
| download | arts-master.tar.gz arts-master.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compilerHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mcopidl')
| -rw-r--r-- | mcopidl/yacc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcopidl/yacc.cpp b/mcopidl/yacc.cpp index e261b5a..6b94d18 100644 --- a/mcopidl/yacc.cpp +++ b/mcopidl/yacc.cpp @@ -373,7 +373,7 @@ static const short yycheck[] = { 0, #define YYSTACK_USE_ALLOCA #define alloca __builtin_alloca #else /* not GNU C. */ -#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386)) +#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || (defined (__sun) && defined (__i386)) #define YYSTACK_USE_ALLOCA #include <alloca.h> #else /* not sparc */ |
