mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
bison: use consistently "token kind", not "token type"
* src/output.c, src/reader.c, src/scan-gram.l, src/tables.c: here.
This commit is contained in:
@@ -596,9 +596,7 @@ prepare_symbol_definitions (void)
|
||||
static void
|
||||
prepare_actions (void)
|
||||
{
|
||||
/* Figure out the actions for the specified state, indexed by
|
||||
lookahead token type. */
|
||||
|
||||
/* Figure out the actions for the specified state. */
|
||||
muscle_insert_rule_number_table ("defact", yydefact,
|
||||
yydefact[0], 1, nstates);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user