mirror of
https://github.com/mirror/make.git
synced 2025-01-19 08:40:13 +08:00
Formerly function.c.~20~
This commit is contained in:
parent
47707f76cb
commit
ccff1cc0d2
@ -423,6 +423,8 @@ expand_function (o, function, text, end)
|
|||||||
{
|
{
|
||||||
if (buffer[i - 1] == '\n')
|
if (buffer[i - 1] == '\n')
|
||||||
buffer[--i] = '\0';
|
buffer[--i] = '\0';
|
||||||
|
else
|
||||||
|
buffer[i] = '\0';
|
||||||
p = buffer;
|
p = buffer;
|
||||||
while ((p = index (p, '\n')) != 0)
|
while ((p = index (p, '\n')) != 0)
|
||||||
*p++ = ' ';
|
*p++ = ' ';
|
||||||
|
Loading…
Reference in New Issue
Block a user