summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-10-24 22:28:06 +0000
committerrillig <rillig@NetBSD.org>2021-10-24 22:28:06 +0000
commit8c144e5fa16627c181555ebc7627f2c70f67c31f (patch)
treea3ec8e9fca2408f11dfbeed80627222b6906b635 /sys/dev/microcode
parentaece49766b7623a525e966bec9233727131192f0 (diff)
indent: split kw_do_or_else into separate constants
It was unnecessarily confusing to have the token types keyword_do_else, keyword_do and keyword_else at the same time, without any hint in what they differed. Some of the token types seem to be used by the lexer while others are used in the parse stack. Maybe all token types can be partitioned into these groups, which would suggest to use two different types for them. And if not, it's still clearer to have this distinction in the names of the constants. No functional change.
Diffstat (limited to 'sys/dev/microcode')
0 files changed, 0 insertions, 0 deletions