]> git.saurik.com Git - bison.git/commitdiff
* tests/torture.at (Exploding the Stack Size with Malloc):
authorAkim Demaille <akim@epita.fr>
Tue, 27 Nov 2001 18:57:02 +0000 (18:57 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 27 Nov 2001 18:57:02 +0000 (18:57 +0000)
s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.

ChangeLog
doc/version.texi
tests/torture.at

index 2c9ca6dbe88d3400029eab2403f44e9af9de5779..51db4e6dc05a27771739f1c53dfa15d5ab0239d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-27  Akim Demaille  <akim@epita.fr>
+
+       * tests/torture.at (Exploding the Stack Size with Malloc):
+       s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
+
 2001-11-27  Akim Demaille  <akim@epita.fr>
 
        * src/files.c: Include error.h.
index 2dde7f42f79485ac0fecb163bafca376d1e11d36..37d31e31855924d13807f85395f5a6b1a7e2966f 100644 (file)
@@ -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
index 116ae40f3f77e6c1647a7274e119d643366aafdf..c3f0d4a8c0267e73391b6ed710c5716833805823 100644 (file)
@@ -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])