Skip to content
Snippets Groups Projects
Commit 391d551e authored by gerd's avatar gerd
Browse files

* pcl/defs.lisp (class): Add kernel:instance superclass so

	that classes satisfy the TYPE-SPECIFIER type.
parent 650f1620
No related branches found
No related tags found
No related merge requests found
......@@ -455,7 +455,8 @@
;;;
(defclass class (documentation-mixin dependent-update-mixin
definition-source-mixin
specializer)
specializer
kernel:instance)
((name
:initform nil
:initarg :name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment