From 000f1a3cb283598a510264d2674d1b43f27c5609 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 27 Nov 2001 18:57:51 +0000 Subject: [PATCH] * tests/torture.at (Exploding the Stack Size with Malloc): s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/. --- ChangeLog | 5 +++++ tests/torture.at | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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]) -- 2.47.2