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 0552cd1e6798f2c72c6a127a25f6256d6a1ca227..e543a913f2973cf5d8223adb530add3cf95020df 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 *));
              }