From f222b19158a91b121af29a6a8eb5d74aa591078a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 7 Apr 2006 01:43:44 +0000 Subject: Code cleanup: Remove all references to PARAMS() & ansi2knr. --- rule.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'rule.h') 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); -- cgit v1.2.3