mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-04 16:30:48 -08:00
The fake version of CLASSP is only needed when booting.
This commit is contained in:
parent
35040b43ef
commit
7df2ec7c01
1 changed files with 2 additions and 1 deletions
|
|
@ -368,7 +368,8 @@ Returns T if X belongs to TYPE; NIL otherwise."
|
|||
(or (eq low high)
|
||||
(dolist (class (sys:instance-ref low 1)) ; (class-superiors low)
|
||||
(when (subclassp class high) (return t)))))
|
||||
#+clos
|
||||
|
||||
#+(and clos ecl-min)
|
||||
(defun clos::classp (foo)
|
||||
(declare (ignore foo))
|
||||
nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue