mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
style: factor printing of rules
* src/gram.h, src/gram.c (rule_print): New. Use it.
This commit is contained in:
@@ -241,7 +241,6 @@ build_relations (void)
|
||||
rp--;
|
||||
if (ISVAR (*rp))
|
||||
{
|
||||
/* Downcasting from item_number to symbol_number. */
|
||||
edge[nedges++] = map_goto (states1[--length],
|
||||
item_number_as_symbol_number (*rp));
|
||||
if (nullable[*rp - ntokens])
|
||||
|
||||
Reference in New Issue
Block a user