Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16173
Modified Files:
version.lisp-expr
Log Message:
restore non-consingness of WITH-SPINLOCK
* Move the STACK-ALLOCATE-VALUE-CELLS declarations to DX-LET, and to
the right scope. (Free declaration.)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3957
retrieving revision 1.3958
diff -u -d -r1.3957 -r1.3958
--- version.lisp-expr 23 May 2008 23:26:22 -0000 1.3957
+++ version.lisp-expr 26 May 2008 07:38:28 -0000 1.3958
@@ -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.16.44"
+"1.0.16.45"
|