* src/scan-gram.l: Move the "add a trailing ; to actions" code

to...
* src/scan-code.l: here.
* tests/input.at (Torturing the Scanner): Fix another location
error.
This commit is contained in:
Akim Demaille
2006-06-07 07:09:32 +00:00
parent 4862bdfd61
commit 2346344a08
4 changed files with 39 additions and 22 deletions

View File

@@ -1,3 +1,11 @@
2006-06-07 Akim Demaille <akim@epita.fr>
* src/scan-gram.l: Move the "add a trailing ; to actions" code
to...
* src/scan-code.l: here.
* tests/input.at (Torturing the Scanner): Fix another location
error.
2006-06-07 Akim Demaille <akim@epita.fr>
* src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.