diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-31 21:38:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-01 17:55:27 +0900 |
| commit | 3a6952a31d14fb53ca8ca409271d2b284c460132 (patch) | |
| tree | 08a46b7e83c42ecfc8f3cdb3adf095c88a83c34a /tdeprint | |
| parent | 9c6174370048429e4e20a714124d4f9731ba6a41 (diff) | |
| download | tdelibs-master.tar.gz tdelibs-master.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 'tdeprint')
| -rw-r--r-- | tdeprint/fooparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/fooparser.cpp b/tdeprint/fooparser.cpp index 23dd22dd2..91cf391f7 100644 --- a/tdeprint/fooparser.cpp +++ b/tdeprint/fooparser.cpp @@ -220,7 +220,7 @@ static const short yycheck[] = { 4, #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 */ |
