* data/lalr1-fusion.cc: Use an int to iterate up to an int.
+2008-11-04 Akim Demaille <demaille@gostai.com>
+
+ Fix iteration type.
+ * data/lalr1-fusion.cc: Use an int to iterate up to an int.
+
2008-11-04 Akim Demaille <demaille@gostai.com>
Factor the declaration of the integer tables.
2008-11-04 Akim Demaille <demaille@gostai.com>
Factor the declaration of the integer tables.
]b4_variant_if([
// Destroy the lhs symbols.
]b4_variant_if([
// Destroy the lhs symbols.
- for (unsigned i = 0; i < yylen; ++i)
+ for (int i = 0; i < yylen; ++i)
{
b4_symbol_variant([[yystos_[yystack_@{i@}.state]]],
[[yystack_@{i@}.value]],
{
b4_symbol_variant([[yystos_[yystack_@{i@}.state]]],
[[yystack_@{i@}.value]],