(Temporarily) add unnest_stacks() call

darcs
slava 2006-02-14 03:31:50 +00:00
parent 2d1ef84911
commit 90b10f1cfd
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ void run_nullary_callback(CELL quot)
{ {
call(quot); call(quot);
run(false); run(false);
unnest_stacks();
} }
/* Called by compiled callbacks after nest_stacks() and boxing registers */ /* Called by compiled callbacks after nest_stacks() and boxing registers */