0.pre7.54:
[sbcl.git] / src / compiler / generic / vm-type.lisp
index 4a1b4fa..338d0d2 100644 (file)
           ((type= type (specifier-type '(unsigned-byte 32)))
            'sb!c:check-unsigned-byte-32)
           (t nil)))
-    (function-type
+    (fun-type
      'sb!c:check-function)
     (t
      nil)))