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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rule.c') diff --git a/rule.c b/rule.c index e988db5..27cf3c9 100644 --- a/rule.c +++ b/rule.c @@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "variable.h" #include "rule.h" -static void freerule PARAMS ((struct rule *rule, struct rule *lastrule)); +static void freerule (struct rule *rule, struct rule *lastrule); /* Chain of all pattern rules. */ -- cgit v1.2.3