summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-04-05 15:55:07 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-04-05 19:14:39 +0200
commitcc68bbf799a9ec6574d99e98326ced5eeffcd846 (patch)
tree9ef9c5bf31e5b7c53861226d00ff85d3dcc6834c /tests
parentf0bb82ae9e847f6dc70ff39fe91faf81a76f0cb8 (diff)
downloadbison-cc68bbf799a9ec6574d99e98326ced5eeffcd846.tar.gz
bison: use consistently "token kind", not "token type"
* src/output.c, src/reader.c, src/scan-gram.l, src/tables.c: here.
Diffstat (limited to 'tests')
-rw-r--r--tests/local.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.at b/tests/local.at
index 92e616c4..7626c04b 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -519,7 +519,7 @@ m4_define([AT_DATA_GRAMMAR], [AT_LANG_DISPATCH([$0], $@)])
# AT_YYLEX_DEFINE([INPUT], [ACTION])
# ----------------------------------
# INPUT can be empty, or in double quotes, or a list (in braces).
-# ACTION may compute yylval for instance, using "res" as token type,
+# ACTION may compute yylval for instance, using "res" as token kind,
# and "toknum" as the number of calls to yylex (starting at 0).
m4_define([AT_YYLEX_PROTOTYPE],
[AT_YYLEX_RETURN AT_NAME_PREFIX[]lex (]AT_YYLEX_FORMALS[)[]dnl