Comment out problematic/unfinished code

darcs
slava 2006-11-21 23:42:59 +00:00
parent 7f60cbac7e
commit f29e31c251
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ void throw_error(CELL error, bool keep_stacks)
early_error(error);
REGISTER_ROOT(error);
thrown_native_stack_trace = allot_native_stack_trace();
thrown_native_stack_trace = F; /* allot_native_stack_trace(); */
UNREGISTER_ROOT(error);
throwing = true;