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:
Akim Demaille
2020-04-05 15:55:07 +02:00
parent f0bb82ae9e
commit cc68bbf799
6 changed files with 8 additions and 10 deletions

View File

@@ -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);