The fake version of CLASSP is only needed when booting.

This commit is contained in:
jjgarcia 2003-05-03 17:21:33 +00:00
parent 35040b43ef
commit 7df2ec7c01

View file

@ -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)