X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/2fc90989b7d11c61d8676df22bf0be98f694e891..62c4328e008dd6dd68fb5ac2a7ed1b8790f81279:/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 ]])