]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly rule.c.~7~
authorRoland McGrath <roland@redhat.com>
Sun, 2 Aug 1992 10:11:25 +0000 (10:11 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 2 Aug 1992 10:11:25 +0000 (10:11 +0000)
rule.c

diff --git a/rule.c b/rule.c
index e27a38e67170b9f27265255269904e28357a6d66..3df8c4fa67e2e07eecda30be233440b4fe60046a 100644 (file)
--- 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 ();
 \f
 /* 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;