mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
* tests/torture.at (Exploding the Stack Size with Malloc):
s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user