diff options
author | Roland McGrath <roland@redhat.com> | 1992-04-29 00:44:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-04-29 00:44:29 +0000 |
commit | 687844b2fe091ae265979aee182487013f347af6 (patch) | |
tree | 12210b677bb749c624d83605f71166d21cc27ca3 /rule.c | |
parent | 8b8764b427a6e5af5afb1cb3941b463c81578881 (diff) | |
download | gunmake-687844b2fe091ae265979aee182487013f347af6.tar.gz |
Formerly rule.c.~4~
Diffstat (limited to 'rule.c')
-rw-r--r-- | rule.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |