summaryrefslogtreecommitdiff
path: root/expand.c
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
commit21a5b2c58dc9198560f81895c24abd9b62aa058c (patch)
treedffe00254df4fae89052c3a7af1eb0c92392d03f /expand.c
parentd794e4eb2ab1f24d91f91349270fb83abe62059c (diff)
downloadmake-21a5b2c58dc9198560f81895c24abd9b62aa058c.tar.gz
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Diffstat (limited to 'expand.c')
-rw-r--r--expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.c b/expand.c
index 993e6d4f..5aa0de96 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)