diff options
Diffstat (limited to 'tdeprint/fooparser.cpp')
| -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 */ |
