* 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:24:50 +00:00
parent 5f7e08323a
commit e9e4c32114
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-12 Pascal Bart <pascal.bart@epita.fr>
* src/bison.simple: Define type yystype instead of YYSTYPE, and