summaryrefslogtreecommitdiff
path: root/expand.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-12 00:29:21 +0000
committerRoland McGrath <roland@redhat.com>1992-06-12 00:29:21 +0000
commit78e7551083555694d4ec90a25cbf1c2d6f404e51 (patch)
tree615226b60686870ef226b7bd6f23e1df750ac7e5 /expand.c
parentd298fecfda6306b4a65eec555e07af7bbb832a77 (diff)
downloadgunmake-78e7551083555694d4ec90a25cbf1c2d6f404e51.tar.gz
Formerly expand.c.~3~
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 e9e29b3..668bb10 100644
--- a/expand.c
+++ b/expand.c
@@ -37,7 +37,7 @@ static char *variable_buffer;
each call to variable_buffer_output should be the first argument to
the following call. */
-static char *
+char *
variable_buffer_output (ptr, string, length)
char *ptr, *string;
unsigned int length;