summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-08-02 10:11:25 +0000
committerRoland McGrath <roland@redhat.com>1992-08-02 10:11:25 +0000
commit849b2101e64812f7396f319d2960004a13216657 (patch)
tree39dbd18ec5f3dbf6149b23f6f03a1f20bc3baa77 /rule.c
parent09a534168f37825478f8e4e60d36d77748fe3733 (diff)
downloadgunmake-849b2101e64812f7396f319d2960004a13216657.tar.gz
Formerly rule.c.~7~
Diffstat (limited to 'rule.c')
-rw-r--r--rule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rule.c b/rule.c
index e27a38e..3df8c4f 100644
--- a/rule.c
+++ b/rule.c
@@ -24,7 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "rule.h"
static void freerule ();
-static int new_pattern_rule ();
/* Chain of all pattern rules. */
@@ -243,7 +242,7 @@ convert_to_pattern ()
When an old rule is replaced, the new one is put at the end of the
list. Return nonzero if RULE is used; zero if not. */
-static int
+int
new_pattern_rule (rule, override)
register struct rule *rule;
int override;