oops!
This commit is contained in:
parent
77eaff31b8
commit
4fa27164e6
2
C/grow.c
2
C/grow.c
@ -751,7 +751,7 @@ static_growglobal(long request, CELL **ptr, CELL *hsplit)
|
|||||||
(size+H < ASP-4096 &&
|
(size+H < ASP-4096 &&
|
||||||
hsplit > H0)) {
|
hsplit > H0)) {
|
||||||
/* don't need to expand stacks */
|
/* don't need to expand stacks */
|
||||||
insert_in_delays = TRUE;
|
insert_in_delays = FALSE;
|
||||||
do_grow = FALSE;
|
do_grow = FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user