mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
style: rename endtoken as eoftoken
* src/symtab.h, src/symtab.c (endtoken): Rename as... (eoftoken): this. Adjust dependencies.
This commit is contained in:
@@ -241,7 +241,7 @@ extern symbol *errtoken;
|
||||
/** The token for unknown tokens. */
|
||||
extern symbol *undeftoken;
|
||||
/** The end of input token. */
|
||||
extern symbol *endtoken;
|
||||
extern symbol *eoftoken;
|
||||
/** The genuine start symbol.
|
||||
|
||||
$accept: start-symbol $end */
|
||||
|
||||
Reference in New Issue
Block a user