* data/lalr1.cc (lex_): Rename as...

(yylex_): this.
Move the trace here.
Take the %name-prefix into account.
Reported by Alexandre Duret-Lutz.
This commit is contained in:
Akim Demaille
2004-12-15 16:30:15 +00:00
parent a3cb624893
commit 2e1f5829ee
2 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
2004-12-15 Akim Demaille <akim@epita.fr>
* data/lalr1.cc (lex_): Rename as...
(yylex_): this.
Move the trace here.
Take the %name-prefix into account.
Reported by Alexandre Duret-Lutz.
2004-12-15 Akim Demaille <akim@epita.fr>
Simplify the C++ parser constructor.