Support for catching exceptions and reworked lexical variables
This commit is contained in:
@@ -88,7 +88,6 @@ int main(int argc, const char **argv) {
|
||||
REGISTER_STATIC_FUNCTION(Ftoplevel_exit_handler_function, "(e)", "");
|
||||
size_t pos = 0;
|
||||
WITH_PUSH_FRAME(Qtoplevel, Qnil, false, {
|
||||
the_stack->hidden = true;
|
||||
LispVal *err_var = INTERN_STATIC("err-var");
|
||||
puthash(the_stack->handlers, Qt,
|
||||
// simply call the above function
|
||||
|
||||
Reference in New Issue
Block a user