From: Christophe Rhodes Date: Mon, 15 Aug 2005 17:56:53 +0000 (+0000) Subject: 0.9.3.53: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=65a49a98ff0607b9af1931d0517455a8a55b78f0;hp=65a49a98ff0607b9af1931d0517455a8a55b78f0;p=sbcl.git 0.9.3.53: Fix a "bug" (difficult to tell if it's really a bug, but if it isn't we shouldn't be emitting a CONSTANT-MODIFIED warning on it) in the ctor MAKE-INSTANCE optimization. ... we can't do `(setf (cdr ',place) ...) any more, so instead wrap another function around it and close over the locations. ... test case (related to CLASS-13.1 from PFD ansi-tests). ---