From 38abf5e6c456811d752365ef3aa67a85b51e0160 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@redhat.com>
Date: Fri, 29 Oct 1993 21:50:48 +0000
Subject: [PATCH] Formerly function.c.~31~

---
 function.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/function.c b/function.c
index 0552cd1e..e543a913 100644
--- a/function.c
+++ b/function.c
@@ -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 *));
 	      }