2002-05-06 Vladimir Makarov <vmakarov@redhat.com>
* genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
Fix typo in usage of allof instead of unit.
From-SVN: r53235
+2002-05-06 Vladimir Makarov <vmakarov@redhat.com>
+
+ * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
+ Fix typo in usage of allof instead of unit.
+
2002-05-06 Richard Henderson <rth@redhat.com>
* recog.c (if_test_bypass_p): Accept multiple set insns for OUT,
if (unit->mode == rm_unit)
process_unit_to_form_the_same_automaton_unit_lists
(unit, regexp, j);
- else if (allof->mode != rm_nothing)
+ else if (unit->mode != rm_nothing)
abort ();
}
else if (allof->mode == rm_unit)