1.0.1.5:
authorJuho Snellman <jsnell@iki.fi>
Fri, 29 Dec 2006 01:01:51 +0000 (01:01 +0000)
committerJuho Snellman <jsnell@iki.fi>
Fri, 29 Dec 2006 01:01:51 +0000 (01:01 +0000)
        Suppress a bogus style-warning for MAKE-INSTANCE on a class with
        no slots and a non-standard metaclass. (Patch by Matthew Swank).

src/pcl/ctor.lisp
version.lisp-expr

index 743a69c..712c0ef 100644 (file)
            .instance.)
         `(let* ((.instance. (,allocation-function ,wrapper))
                 (.slots. (,slots-fetcher .instance.)))
+           (declare (ignorable .slots.))
            ,body
            .instance.))))
 
index caceea4..372f495 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".)
-"1.0.1.4"
+"1.0.1.5"