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