Formerly rule.c.~4~

This commit is contained in:
Roland McGrath 1992-04-29 00:44:29 +00:00
parent 8b8764b427
commit 687844b2fe

2
rule.c
View file

@ -397,7 +397,7 @@ freerule (rule, lastrule)
abort ();
else
pattern_rules = next;
else
else if (lastrule != 0)
lastrule->next = next;
if (last_pattern_rule == rule)
last_pattern_rule = lastrule;