0.9.16.45:
authorJuho Snellman <jsnell@iki.fi>
Wed, 20 Sep 2006 18:18:19 +0000 (18:18 +0000)
committerJuho Snellman <jsnell@iki.fi>
Wed, 20 Sep 2006 18:18:19 +0000 (18:18 +0000)
        Fix building with CMUCL (typo in the name of an IGNOREd variable
        in !DEFSTRUCT-WITH-ALTERNATE-METACLASS).

src/code/defstruct.lisp
version.lisp-expr

index 995a12f..a3dbf1e 100644 (file)
                  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
index 69c2d85..8c42600 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.16.44"
+"0.9.16.45"