summaryrefslogtreecommitdiffstats
path: root/mcopidl
diff options
context:
space:
mode:
Diffstat (limited to 'mcopidl')
-rw-r--r--mcopidl/yacc.cpp2
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 */