0.8.0.6:
[sbcl.git] / src / code / alien-type.lisp
index b76b3e9..86b7121 100644 (file)
@@ -60,7 +60,7 @@
   (if alien-type
       (let ((lisp-rep-type (compute-lisp-rep-type alien-type)))
        (if lisp-rep-type
-           (specifier-type lisp-rep-type)
+           (single-value-specifier-type lisp-rep-type)
            (%make-alien-type-type alien-type)))
       *universal-type*))