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. --- function.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'function.c') diff --git a/function.c b/function.c index c62f7ab..0bc9921 100644 --- a/function.c +++ b/function.c @@ -36,7 +36,7 @@ struct function_table_entry unsigned char minimum_args; unsigned char maximum_args; char expand_args; - char *(*func_ptr) PARAMS ((char *output, char **argv, const char *fname)); + char *(*func_ptr) (char *output, char **argv, const char *fname); }; static unsigned long @@ -2040,7 +2040,7 @@ func_abspath (char *o, char **argv, const char *funcname UNUSED) EXPAND_ARGS means that all arguments should be expanded before invocation. Functions that do namespace tricks (foreach) don't automatically expand. */ -static char *func_call PARAMS ((char *o, char **argv, const char *funcname)); +static char *func_call (char *o, char **argv, const char *funcname); static struct function_table_entry function_table_init[] = -- cgit v1.2.3