mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
method, funcallable-standard-object and generic-function are now created in boot.lsp
This commit is contained in:
parent
3409980ba5
commit
f79a276452
1 changed files with 7 additions and 0 deletions
|
|
@ -147,6 +147,13 @@
|
|||
collect (list name :metaclass 'built-in-class
|
||||
:index index
|
||||
:direct-superclasses (or rest '(t))))
|
||||
(funcallable-standard-object
|
||||
:direct-superclasses (standard-object function))
|
||||
(generic-function
|
||||
:metaclass funcallable-standard-class
|
||||
:direct-superclasses (metaobject funcallable-standard-object))
|
||||
(method
|
||||
:direct-superclasses (metaobject))
|
||||
)))
|
||||
|
||||
;;; ----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue