mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 06:47:52 +00:00
Formerly expand.c.~6~
This commit is contained in:
parent
123f70c521
commit
555a705aaa
1 changed files with 1 additions and 1 deletions
2
expand.c
2
expand.c
|
@ -78,7 +78,7 @@ initialize_variable_output ()
|
||||||
|
|
||||||
/* Recursively expand V. The returned string is malloc'd. */
|
/* Recursively expand V. The returned string is malloc'd. */
|
||||||
|
|
||||||
static char *
|
char *
|
||||||
recursively_expand (v)
|
recursively_expand (v)
|
||||||
register struct variable *v;
|
register struct variable *v;
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue