summaryrefslogtreecommitdiff
path: root/rule.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-04-07 01:43:44 +0000
committerPaul Smith <psmith@gnu.org>2006-04-07 01:43:44 +0000
commitf222b19158a91b121af29a6a8eb5d74aa591078a (patch)
treedffe00254df4fae89052c3a7af1eb0c92392d03f /rule.h
parent776d8b7bc2ff83f8ebf5d357ec89e3bbe6d83962 (diff)
downloadgunmake-f222b19158a91b121af29a6a8eb5d74aa591078a.tar.gz
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Diffstat (limited to 'rule.h')
-rw-r--r--rule.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/rule.h b/rule.h
index 99fb76e..91378f6 100644
--- a/rule.h
+++ b/rule.h
@@ -49,12 +49,10 @@ extern struct file *suffix_file;
extern unsigned int maxsuffix;
-extern void install_pattern_rule PARAMS ((struct pspec *p, int terminal));
-extern int new_pattern_rule PARAMS ((struct rule *rule, int override));
-extern void count_implicit_rule_limits PARAMS ((void));
-extern void convert_to_pattern PARAMS ((void));
-extern void create_pattern_rule PARAMS ((char **targets,
- char **target_percents, int terminal,
- struct dep *deps,
- struct commands *commands,
- int override));
+void install_pattern_rule (struct pspec *p, int terminal);
+int new_pattern_rule (struct rule *rule, int override);
+void count_implicit_rule_limits (void);
+void convert_to_pattern (void);
+void create_pattern_rule (char **targets, char **target_percents,
+ int terminal, struct dep *deps,
+ struct commands *commands, int override);