summaryrefslogtreecommitdiff
path: root/expand.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-12-22 23:44:03 +0000
committerRoland McGrath <roland@redhat.com>1992-12-22 23:44:03 +0000
commit555a705aaadee0e2ee1d33015313877f5c444eac (patch)
treea97b2bd9e71ceef7f21dabd9c1029a985b6e9aa0 /expand.c
parent123f70c521a2c0b1341d69e61e7106273094bd47 (diff)
downloadgunmake-555a705aaadee0e2ee1d33015313877f5c444eac.tar.gz
Formerly expand.c.~6~
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;
{