0.pre7.141:
[sbcl.git] / src / compiler / generic / primtype.lisp
index 3e33039..7310a2d 100644 (file)
@@ -18,7 +18,7 @@
 
 (!def-primitive-type t (descriptor-reg))
 (/show0 "primtype.lisp 20")
-(setf *backend-t-primitive-type* (primitive-type-or-lose 't))
+(setf *backend-t-primitive-type* (primitive-type-or-lose t))
 
 ;;; primitive integer types that fit in registers
 (/show0 "primtype.lisp 24")
            (part-of list))
           (t
            (any))))
-       (function-type
+       (fun-type
         (exactly function))
        (sb!xc:class
         (if (csubtypep type (specifier-type 'function))