]> 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:51 +0000 (18:57 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 27 Nov 2001 18:57:51 +0000 (18:57 +0000)
s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.

ChangeLog
tests/torture.at

index d8aba60b902b3464db4a653cc2bb90d7bf73cf4f..fb5e396432a895a4161b240ac28cab938cedbcec 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.
 2001-11-27  Akim Demaille  <akim@epita.fr>
 
        * src/files.c: Include error.h.
index 116ae40f3f77e6c1647a7274e119d643366aafdf..c3f0d4a8c0267e73391b6ed710c5716833805823 100644 (file)
@@ -103,7 +103,7 @@ AT_CLEANUP
 
 AT_SETUP([Exploding the Stack Size with Malloc])
 
 
 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])
 
 # Below the limit of 200.
 AT_CHECK([input 20], 0, [], [ignore])