mirror of
https://github.com/mirror/make.git
synced 2026-09-03 21:23:01 +08:00
Formerly function.c.~31~
This commit is contained in:
@@ -527,7 +527,7 @@ expand_function (o, function, text, end)
|
||||
{
|
||||
if (wordi >= nwords - 1)
|
||||
{
|
||||
nwords += 5;
|
||||
nwords *= 2;
|
||||
words = (char **) xrealloc ((char *) words,
|
||||
nwords * sizeof (char *));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user