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. --- expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expand.c') diff --git a/expand.c b/expand.c index 993e6d4..5aa0de9 100644 --- a/expand.c +++ b/expand.c @@ -93,7 +93,7 @@ initialize_variable_output (void) /* Recursively expand V. The returned string is malloc'd. */ -static char *allocated_variable_append PARAMS ((const struct variable *v)); +static char *allocated_variable_append (const struct variable *v); char * recursively_expand_for_file (struct variable *v, struct file *file) -- cgit v1.2.3