1.0.41.35: ppc: Implement compare-and-swap-vops.
[sbcl.git] / src / compiler / ctype.lisp
index f853997..23cc3ce 100644 (file)
            (optional-dispatch-p fun)
            (optional-dispatch-keyp fun)
            (optional-dispatch-more-entry fun)
-           (not (fun-type-rest type)))
+           (not (or (fun-type-rest type)
+                    (fun-type-wild-args type))))
       (make-fun-type :required (fun-type-required type)
                      :optional (fun-type-optional type)
                      :rest *universal-type*