* src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to

use alloca when we didn't want to, and vice versa.
This commit is contained in:
Paul Eggert
2001-11-27 23:31:47 +00:00
parent dee96b5a07
commit eb4a4d73bc
2 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
2001-11-27 Paul Eggert <eggert@twinsun.com>
* src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
use alloca when we didn't want to, and vice versa.
2001-11-27 Akim Demaille <akim@epita.fr>
* tests/torture.at (Exploding the Stack Size with Malloc):