mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 14:21:48 -08:00
built-in-class should be an instance of standard-class.
This commit is contained in:
parent
9ce281fcc7
commit
35fd642cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
;;; does not work yet, since the class NULL does not exist.
|
||||
;;;
|
||||
(setf (find-class 'built-in-class)
|
||||
(make-instance (find-class 'class)
|
||||
(make-instance (find-class 'standard-class)
|
||||
:name 'built-in-class
|
||||
:direct-superclasses (list (find-class 'class))
|
||||
:direct-slots nil))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue