mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* src/output.c (table_size, table_grow): New.
(MAXTABLE): Remove, replace uses with table_size. (pack_vector): Instead of dying when the table is too big, grow it.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2002-04-22 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/output.c (table_size, table_grow): New.
|
||||
(MAXTABLE): Remove, replace uses with table_size.
|
||||
(pack_vector): Instead of dying when the table is too big, grow it.
|
||||
|
||||
2002-04-22 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* data/bison.simple (yyr1): Its type is that of a token number.
|
||||
|
||||
Reference in New Issue
Block a user