Formerly function.c.~20~

This commit is contained in:
Roland McGrath 1992-08-10 22:03:03 +00:00
parent 47707f76cb
commit ccff1cc0d2

View File

@ -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++ = ' ';