mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
don't declare signal-simple-error as noreturn (2)
This function is used to implement continuable-error for packages (and probably more).
This commit is contained in:
parent
c5f120ad6e
commit
861b286f40
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ si_signal_simple_error(cl_narg narg, cl_object condition, cl_object continuable,
|
|||
rest = cl_grab_rest_args(args);
|
||||
cl_apply(6, @'si::signal-simple-error', condition, continuable,
|
||||
format, format_args, rest);
|
||||
_ecl_unexpected_return();
|
||||
}
|
||||
|
||||
extern cl_object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue