0.6.10.21:
[sbcl.git] / src / pcl / compiler-support.lisp
index 41951e0..2cfa67d 100644 (file)
@@ -42,8 +42,8 @@
         (std-obj (specifier-type 'sb-pcl::std-object)))
     (cond
       ;; Flush tests whose result is known at compile time.
-      ((csubtypep otype std-obj) 't)
-      ((not (types-intersect otype std-obj)) 'nil)
+      ((csubtypep otype std-obj) t)
+      ((not (types-intersect otype std-obj)) nil)
       (t
        `(typep (sb-kernel:layout-of object) 'sb-pcl::wrapper)))))