summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-10-14 22:29:26 +0000
committerRoland McGrath <roland@redhat.com>1993-10-14 22:29:26 +0000
commit9e7e303ac8c1630271a7058ae8420ea7ad1de5fe (patch)
treeac3e14331056085bd27057cb698f96074b886169
parenta3d7dfa85c1e9b689f800a2c422faacf43e52b3e (diff)
downloadgunmake-9e7e303ac8c1630271a7058ae8420ea7ad1de5fe.tar.gz
Formerly make.h.~80~
-rw-r--r--make.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/make.h b/make.h
index 306297c..2581cd8 100644
--- a/make.h
+++ b/make.h
@@ -268,9 +268,9 @@ extern void file_impossible ();
extern char *dir_name ();
extern void define_default_variables ();
-extern void set_default_suffixes (), install_default_implicit_rules ();
-extern void convert_to_pattern (), count_implicit_rule_limits ();
-extern void create_pattern_rule ();
+extern void set_default_suffixes (), install_default_suffix_rules ();
+extern void install_default_implicit_rules (), count_implicit_rule_limits ();
+extern void convert_to_pattern (), create_pattern_rule ();
extern void build_vpath_lists (), construct_vpath_list ();
extern int vpath_search ();