Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27209
Modified Files:
version.lisp-expr
Log Message:
1.0.17.6: fix bug introduced by 1.0.7.3
* References to named constants now need MAYBE-EMIT-LOAD-FORM as well
-- so we may just as well move it to FIND-CONSTANT.
* Test-case, adepted from Swank.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3965
retrieving revision 1.3966
diff -u -d -r1.3965 -r1.3966
--- version.lisp-expr 29 May 2008 00:53:35 -0000 1.3965
+++ version.lisp-expr 29 May 2008 11:16:52 -0000 1.3966
@@ -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.17.5"
+"1.0.17.6"
|