mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-22 17:50:39 -07:00
Added an ignorable dclaration to the expansion of HANDLER-CASE.
This commit is contained in:
parent
96c8e09112
commit
01cbe7568f
1 changed files with 1 additions and 0 deletions
|
|
@ -683,6 +683,7 @@ memory limits before executing the program again."))))
|
|||
(handler-bind ,(mapcar #'(lambda (annotated-case)
|
||||
(list (cadr annotated-case)
|
||||
`#'(lambda (temp)
|
||||
(declare (ignorable temp))
|
||||
,@(if (caddr annotated-case)
|
||||
`((setq ,var temp)))
|
||||
(go ,(car annotated-case)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue