mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
Formerly function.c.~31~
This commit is contained in:
parent
58c146fa50
commit
38abf5e6c4
@ -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 *));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user