Skip to content

Commit

Permalink
1.0.1.5:
Browse files Browse the repository at this point in the history
        Suppress a bogus style-warning for MAKE-INSTANCE on a class with
        no slots and a non-standard metaclass. (Patch by Matthew Swank).
  • Loading branch information
jsnell committed Dec 29, 2006
1 parent 3c7a9b1 commit a41e7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/pcl/ctor.lisp
Expand Up @@ -390,6 +390,7 @@
.instance.)
`(let* ((.instance. (,allocation-function ,wrapper))
(.slots. (,slots-fetcher .instance.)))
(declare (ignorable .slots.))
,body
.instance.))))

Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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"

0 comments on commit a41e7cf

Please sign in to comment.