mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 23:30:40 -08:00
Fix macroexpander for define-condition.
This commit is contained in:
parent
c9fb52f320
commit
22280e7f6c
1 changed files with 2 additions and 2 deletions
|
|
@ -242,8 +242,8 @@ strings."
|
|||
`(write-string ,report-function stream)
|
||||
`(,report-function x stream))))))
|
||||
,@(when documentation
|
||||
`(EVAL-WHEN (COMPILE LOAD EVAL)
|
||||
(SETF (GET ',name 'DOCUMENTATION) ',documentation)))
|
||||
`((EVAL-WHEN (COMPILE LOAD EVAL)
|
||||
(SETF (GET ',name 'DOCUMENTATION) ',documentation))))
|
||||
',NAME)))
|
||||
|
||||
(defun make-condition (type &rest slot-initializations)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue