mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 13:10:22 +02:00
Fix no-clause case-lambda in peval
This is checked by optargs.test, which 3b47f87618
broke.
* module/language/tree-il/peval.scm (peval): Account for no clause (= no body)
case-lambda.
This commit is contained in:
parent
3b47f87618
commit
f0df1ed0fd
2 changed files with 2 additions and 1 deletions
|
@ -1323,7 +1323,7 @@ exception handlers are invoked within the continuation of the error,
|
|||
without unwinding the stack. The dynamic environment of the handler
|
||||
call will be that of the @code{raise-exception} call, with the
|
||||
difference that the current exception handler will be ``unwound'' to the
|
||||
\"outer\" handler (the one that was in place when the corresponding
|
||||
``outer'' handler (the one that was in place when the corresponding
|
||||
@code{with-exception-handler} was called).
|
||||
|
||||
However, it's often the case that one would like to handle an exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue