style: rename endtoken as eoftoken

* src/symtab.h, src/symtab.c (endtoken): Rename as...
(eoftoken): this.
Adjust dependencies.
This commit is contained in:
Akim Demaille
2020-06-27 17:30:27 +02:00
parent d796e11f8f
commit feb0bb0a59
6 changed files with 21 additions and 29 deletions

8
TODO
View File

@@ -73,14 +73,6 @@ enough.
*** calc.at
Stop hard-coding "Calc". Adjust local.at (look for FIXME).
** Clean up
Rename endtoken as eoftoken.
Also do it in data/skeletons.
Don't rename in Bison 3.6 (it would be logical to do so) because that
would probably create many conflicts in Vincent's work (see previous point).
** A dev warning for b4_
Maybe we should check for m4_ and b4_ leaking out of the m4 processing, as
Autoconf does. It would have caught overquotation issues.