From: Akim Demaille Date: Tue, 27 Nov 2001 18:57:02 +0000 (+0000) Subject: * tests/torture.at (Exploding the Stack Size with Malloc): X-Git-Tag: BISON-1_30f~66 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/dee96b5a07d2820907dab8c22551017715511128?ds=inline * tests/torture.at (Exploding the Stack Size with Malloc): s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/. --- diff --git a/ChangeLog b/ChangeLog index 2c9ca6db..51db4e6d 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/doc/version.texi b/doc/version.texi index 2dde7f42..37d31e31 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 26 November 2001 +@set UPDATED 27 November 2001 @set UPDATED-MONTH November 2001 @set EDITION 1.30f @set VERSION 1.30f 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])