Fix iteration type.

* data/lalr1-fusion.cc: Use an int to iterate up to an int.
This commit is contained in:
Akim Demaille
2008-11-04 21:21:25 +01:00
parent 417b80040b
commit f063317430
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2008-11-04 Akim Demaille <[email protected]>
Fix iteration type.
* data/lalr1-fusion.cc: Use an int to iterate up to an int.
2008-11-04 Akim Demaille <[email protected]>
Factor the declaration of the integer tables.