mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
* src/reader.c (packgram): No longer end `ritem' with a 0
sentinel: it is not used.
This commit is contained in:
@@ -258,7 +258,7 @@ reduce_grammar_tables (void)
|
||||
nrules -= nuseless_productions;
|
||||
}
|
||||
|
||||
/* Adjust NRITEMS and NITEMS. */
|
||||
/* Adjust NRITEMS. */
|
||||
{
|
||||
int r;
|
||||
int length;
|
||||
|
||||
Reference in New Issue
Block a user