Fix reader conditional
[clsql.git] / sql / metaclasses.lisp
index d942c6ddc9a0e10d51ee3c4f0391459bd5188de4..6ee6d4d062062c536035f297e5a1d337e4b194e3 100644 (file)
@@ -538,7 +538,7 @@ implementations."
          ;; but it's better than nothing -wcp10/4/10.
          #+(and sbcl #.(cl:if (cl:and (cl:find-package :sb-pcl)
                                       (cl:find-symbol "%TYPE-CHECK-FUNCTION" :sb-pcl))
-                              '(list 'cl:and) '(list 'cl:or)))
+                              '(cl:and) '(cl:or)))
          (setf (slot-value esd 'sb-pcl::%type-check-function) nil)
 
          )