mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
parent
e8234eca4f
commit
8406e1e4fc
1 changed files with 3 additions and 1 deletions
|
|
@ -180,7 +180,9 @@
|
|||
(name (first expression2)))
|
||||
(case name
|
||||
(SIGNAL
|
||||
(setq condition-form (second expression2)))
|
||||
(setq condition-form `(coerce-to-condition ,(second expression2)
|
||||
(list ,@ (cddr expression2))
|
||||
'simple-condition 'signal)))
|
||||
(ERROR
|
||||
(setq condition-form `(coerce-to-condition ,(second expression2)
|
||||
(list ,@(cddr expression2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue