This commit is contained in:
Vitor Santos Costa 2009-03-16 22:22:07 +00:00
parent 77eaff31b8
commit 4fa27164e6

View File

@ -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;
}
}