1
0
mirror of https://github.com/mirror/make.git synced 2025-04-14 21:40:24 +08:00

Formerly function.c.~31~

This commit is contained in:
Roland McGrath 1993-10-29 21:50:48 +00:00
parent 58c146fa50
commit 38abf5e6c4

View File

@ -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 *));
}