From: Akim Demaille Date: Tue, 27 Nov 2001 18:57:51 +0000 (+0000) Subject: * tests/torture.at (Exploding the Stack Size with Malloc): X-Git-Tag: before-m4-back-end~257 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/000f1a3cb283598a510264d2674d1b43f27c5609 * tests/torture.at (Exploding the Stack Size with Malloc): s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/. --- diff --git a/ChangeLog b/ChangeLog index d8aba60b..fb5e3964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-27 Akim Demaille + + * tests/torture.at (Exploding the Stack Size with Malloc): + s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/. + 2001-11-27 Akim Demaille * src/files.c: Include error.h. diff --git a/tests/torture.at b/tests/torture.at index 116ae40f..c3f0d4a8 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -103,7 +103,7 @@ AT_CLEANUP AT_SETUP([Exploding the Stack Size with Malloc]) -AT_DATA_STACK_TORTURE([[#define YYSTACK_USE_ALLOCA_ALLOCA 0]]) +AT_DATA_STACK_TORTURE([[#define YYSTACK_USE_ALLOCA 0]]) # Below the limit of 200. AT_CHECK([input 20], 0, [], [ignore])