* src/bison.simple (YYSTACK_REALLOC): New.

(yyparse) [!yyoverflow]: Use it and free the old stack.
Reported by FIXME: Who.
This commit is contained in:
Akim Demaille
2001-11-12 09:14:35 +00:00
parent d81e5db73f
commit 97e9ee3ad5
3 changed files with 32 additions and 16 deletions

View File

@@ -1,3 +1,9 @@
2001-11-12 Akim Demaille <akim@epita.fr>
* src/bison.simple (YYSTACK_REALLOC): New.
(yyparse) [!yyoverflow]: Use it and free the old stack.
Reported by FIXME: Who.
2001-11-05 Akim Demaille <akim@epita.fr>
Version 1.30a.