summaryrefslogtreecommitdiff
path: root/expand.c
diff options
context:
space:
mode:
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 ae3d8e1..5363112 100644
--- a/expand.c
+++ b/expand.c
@@ -78,7 +78,7 @@ initialize_variable_output ()
/* Recursively expand V. The returned string is malloc'd. */
-static char *
+char *
recursively_expand (v)
register struct variable *v;
{