From 4fa27164e670f903259774a78f25ceebfba0bcfc Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 16 Mar 2009 22:22:07 +0000 Subject: [PATCH] oops! --- C/grow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/grow.c b/C/grow.c index 0e1847b04..7ef279b7c 100644 --- a/C/grow.c +++ b/C/grow.c @@ -751,7 +751,7 @@ static_growglobal(long request, CELL **ptr, CELL *hsplit) (size+H < ASP-4096 && hsplit > H0)) { /* don't need to expand stacks */ - insert_in_delays = TRUE; + insert_in_delays = FALSE; do_grow = FALSE; } }