mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05: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:
@@ -51,7 +51,7 @@ static boundary scanner_cursor;
|
||||
|
||||
#define YY_USER_ACTION location_compute (loc, &scanner_cursor, yytext, yyleng);
|
||||
|
||||
/* Report that yytext is an extension, and evaluate to its token type. */
|
||||
/* Report that yytext is an extension, and evaluate to its token kind. */
|
||||
#define BISON_DIRECTIVE(Directive) \
|
||||
(bison_directive (loc, yytext), PERCENT_ ## Directive)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user