Formerly function.c.~31~
authorRoland McGrath <roland@redhat.com>
Fri, 29 Oct 1993 21:50:48 +0000 (21:50 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 29 Oct 1993 21:50:48 +0000 (21:50 +0000)
function.c

index 0552cd1..e543a91 100644 (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 *));
              }