Restore buildability on cmucl
... make the FTYPE declaimed for %DEFKNOWN compatible with
the definition
;;; and optimizers.
(declaim (ftype (function (list list attributes &key
(:derive-type (or function null))
- (:optimizer (or function null)))
+ (:optimizer (or function null))
+ (:destroyed-constant-args (or function null)))
*)
%defknown))
(defun %defknown (names type attributes &key derive-type optimizer destroyed-constant-args)
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.3.75"
+"0.9.3.76"