mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13: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:
2
NEWS
2
NEWS
@@ -19,7 +19,7 @@ Changes in version 1.49a:
|
||||
|
||||
* Large grammars
|
||||
Are now supported (large token numbers, large grammar size (= sum of
|
||||
the LHS and RHS lengths).
|
||||
the LHS and RHS lengths), large LALR tables).
|
||||
|
||||
* The initial rule is explicit.
|
||||
Bison used to play hacks with the initial rule, which the user does
|
||||
|
||||
Reference in New Issue
Block a user