tests: remove useless prefix for EOF in D

* tests/calc.at (CALC_EOF): Rename as...
(EOF): this.
Since there is no risk of a clash with #define EOF here...
This commit is contained in:
Akim Demaille
2020-09-28 19:41:32 +02:00
parent 2e5592b3ab
commit a7daa63cb7
2 changed files with 5 additions and 2 deletions

3
TODO
View File

@@ -256,6 +256,9 @@ are. Keep the same variable names. If you change the wording in one place,
do it in the others too. In other words: make sure to keep the
maintenance *simple* by avoiding any gratuitous difference.
** CI
Check when gdc and ldc.
** Documentation
Write documentation about D support in doc/bison.texi. Imitate the Java
documentation. You should be more succinct IMHO.