aboutsummaryrefslogtreecommitdiffstats
path: root/test/spass/iaparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/spass/iaparser.c')
-rw-r--r--test/spass/iaparser.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/spass/iaparser.c b/test/spass/iaparser.c
index 4fa86979..96274dfe 100644
--- a/test/spass/iaparser.c
+++ b/test/spass/iaparser.c
@@ -210,20 +210,6 @@ typedef struct yyltype
/* The parser invokes alloca or malloc; define the necessary symbols. */
-# if YYSTACK_USE_ALLOCA
-# define YYSTACK_ALLOC alloca
-# else
-# ifndef YYSTACK_USE_ALLOCA
-# if defined (alloca) || defined (_ALLOCA_H)
-# define YYSTACK_ALLOC alloca
-# else
-# ifdef __GNUC__
-# define YYSTACK_ALLOC __builtin_alloca
-# endif
-# endif
-# endif
-# endif
-
# ifdef YYSTACK_ALLOC
/* Pacify GCC's `empty if-body' warning. */
# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)