mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +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')
|
||||
buffer[--i] = '\0';
|
||||
else
|
||||
buffer[i] = '\0';
|
||||
p = buffer;
|
||||
while ((p = index (p, '\n')) != 0)
|
||||
*p++ = ' ';
|
||||
|
Loading…
Reference in New Issue
Block a user