]> git.saurik.com Git - bison.git/blobdiff - tests/torture.at
* data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
[bison.git] / tests / torture.at
index e0d8087a83ae48cc53c64059d82e7a904f54df0e..b35052fc450d498d6920d852c21ddaa0deca6785 100644 (file)
@@ -445,7 +445,7 @@ AT_SETUP([Exploding the Stack Size with Alloca])
 
 AT_DATA_STACK_TORTURE([[
 #if (defined __GNUC__ || defined __BUILTIN_VA_ARG_INCR \
-     || defined _AIX || defined _MSC_VER || defined alloca || defined _ALLOCA_H)
+     || defined _AIX || defined _MSC_VER || defined _ALLOCA_H)
 # define YYSTACK_USE_ALLOCA 1
 #endif
 ]])