mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
* src/gram.h, src/gram.c (nitems): Remove, it is an alias of
nritems. Adjust dependencies.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
the last thing accepted to reach that state. It is the
|
||||
accessing_symbol of the core.
|
||||
|
||||
Each core contains a vector of nitems items which are the indices
|
||||
Each core contains a vector of NITEMS items which are the indices
|
||||
in the ritems vector of the items that are selected in this state.
|
||||
|
||||
The link field is used for chaining symbols that hash states by
|
||||
|
||||
Reference in New Issue
Block a user