Fix building with CMUCL (typo in the name of an IGNOREd variable
in !DEFSTRUCT-WITH-ALTERNATE-METACLASS).
metaclass-constructor))
(declare (type symbol predicate))
(declare (type (member structure funcallable-structure) dd-type))
- (declare (ignore boa-constructor predicate runtime-type-checks))
+ (declare (ignore boa-constructor predicate runtime-type-checks-p))
(let* ((dd (make-dd-with-alternate-metaclass
:class-name class-name
;;; 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.16.44"
+"0.9.16.45"