* src/Makefile.am (bison.simple): Fix the awk program: quote only

the file name, not the whole `#line LINE FILE'.
This commit is contained in:
Akim Demaille
2000-03-17 13:33:02 +00:00
parent 75bbe78d87
commit dbe7f27171
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2000-03-17 Akim Demaille <akim@epita.fr>
* src/Makefile.am (bison.simple): Fix the awk program: quote only
the file name, not the whole `#line LINE FILE'.
2000-03-17 Akim Demaille <akim@epita.fr>
On syntax errors, report the token on which we choked.