mirror of
https://github.com/mirror/make.git
synced 2025-01-17 15:50:53 +08:00
Formerly expand.c.~5~
This commit is contained in:
parent
deefc22d2f
commit
8b591a8b90
2
expand.c
2
expand.c
@ -251,7 +251,7 @@ variable_expand (line)
|
|||||||
p = savestring (subst_beg, subst_len);
|
p = savestring (subst_beg, subst_len);
|
||||||
p1 = savestring (replace_beg, replace_len);
|
p1 = savestring (replace_beg, replace_len);
|
||||||
o = patsubst_expand (o, value, p, p1,
|
o = patsubst_expand (o, value, p, p1,
|
||||||
index (p, '%'), index (p1, '%'));
|
(char *) 0, (char *) 0);
|
||||||
free (p);
|
free (p);
|
||||||
free (p1);
|
free (p1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user