X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0d50976f3c7b4e74e8cbe32dbeb0312a7845ca14..d9963c85979e4d2adecd639d4b226b13f9e26385:/tests/torture.at diff --git a/tests/torture.at b/tests/torture.at index e0d8087a..b35052fc 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -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 ]])