* data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes

with the member "token".
This commit is contained in:
Akim Demaille
2006-05-11 06:18:34 +00:00
parent 193d7c7054
commit 32c96bd755
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2006-05-11 Akim Demaille <akim@lrde.epita.fr>
* data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
with the member "token".
2006-04-27 Akim Demaille <akim@lrde.epita.fr>
* data/glr.cc: Remove dead code.