mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-06-08 08:42:35 +00:00
e9b7641cca
Now that we no longer play dangerous games with macros, we can give the lookahead's token kind its proper name. The content of yychar _is_ raw (as opposed to yytoken), there's no reason to pleonasmicate it (and thus to neologize). * data/skeletons/glr2.cc (glr_stack::yyrawchar): Rename as... (glr_stack::yychar): this.