diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-12 00:29:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-12 00:29:21 +0000 |
commit | 78e7551083555694d4ec90a25cbf1c2d6f404e51 (patch) | |
tree | 615226b60686870ef226b7bd6f23e1df750ac7e5 | |
parent | d298fecfda6306b4a65eec555e07af7bbb832a77 (diff) | |
download | gunmake-78e7551083555694d4ec90a25cbf1c2d6f404e51.tar.gz |
Formerly expand.c.~3~
-rw-r--r-- | expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |