mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 04:43:03 +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:
@@ -817,9 +817,9 @@ check_and_convert_grammar (void)
|
||||
/* Assign the symbols their symbol numbers. */
|
||||
symbols_pack ();
|
||||
|
||||
/* Scan rule actions after invoking symbol_check_alias_consistency (in
|
||||
symbols_pack above) so that token types are set correctly before the rule
|
||||
action type checking.
|
||||
/* Scan rule actions after invoking symbol_check_alias_consistency
|
||||
(in symbols_pack above) so that token types are set correctly
|
||||
before the rule action type checking.
|
||||
|
||||
Before invoking grammar_rule_check_and_complete (in packgram
|
||||
below) on any rule, make sure all actions have already been
|
||||
|
||||
Reference in New Issue
Block a user