]> git.saurik.com Git - bison.git/blobdiff - tests/torture.at
Renamed from "Invalid \$n", to work around an Autoconf bug with dollar
[bison.git] / tests / torture.at
index 31432cc8b08eff727e7d398b26e0f66919232887..046179e618e16a31239a93cf5edf020d649cea76 100644 (file)
@@ -439,7 +439,11 @@ AT_COMPILE([input])
 
 AT_SETUP([Exploding the Stack Size with Alloca])
 
-AT_DATA_STACK_TORTURE
+AT_DATA_STACK_TORTURE([[
+#if defined __GNUC__ || defined alloca
+# define YYSTACK_USE_ALLOCA 1
+#endif
+]])
 
 # Below the limit of 200.
 AT_PARSER_CHECK([./input 20], 0, [], [ignore])