0.9.3.76:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 24 Aug 2005 20:49:39 +0000 (20:49 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 24 Aug 2005 20:49:39 +0000 (20:49 +0000)
Restore buildability on cmucl
... make the FTYPE declaimed for %DEFKNOWN compatible with
the definition

src/compiler/knownfun.lisp
version.lisp-expr

index 811b0be..cbe6892 100644 (file)
 ;;; 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)
index 94a5938..98bd916 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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"