mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-01 02:00:36 -08:00
Do not be so picky and retrieve the list of arguments after a class option.
This commit is contained in:
parent
feba5a9f69
commit
a2fc3fc878
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
(setf option-name :direct-default-initargs)
|
||||
(parse-default-initargs (rest option)))
|
||||
(otherwise
|
||||
(or (last option-name 0) (last option-name)))))
|
||||
(list 'quote (rest option)))))
|
||||
(setf options (list* option-name option-value options))))
|
||||
`(eval-when (compile load eval)
|
||||
(ensure-class ',name :direct-superclasses ',superclasses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue