0.6.8.6: applied MNA megapatch (will be edited shortly)
[sbcl.git] / src / code / target-type.lisp
index b3415d2..084fe99 100644 (file)
@@ -43,6 +43,9 @@
         named-type
         member-type
         array-type
+         ;; MNA: cons compound-type patch         
+         ;; FIXIT: all commented out
+         ; cons-type
         sb!xc:built-in-class)
      (values (%typep obj type) t))
     (sb!xc:class
                        :complexp (not (typep x 'simple-array))
                        :element-type etype
                        :specialized-element-type etype)))
+    ;; MNA: cons compound-type patch
+    ;; FIXIT: all commented
+    ; (cons
+    ; (make-cons-type))
     (t
      (sb!xc:class-of x))))