Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11051
Modified Files:
version.lisp-expr
Log Message:
1.0.20.9: fix DEFINE-STRUCTURE-SLOT-ADDRESSOR to work with raw slots as well
* Not needed yet, but soon enough... Only one caveat: the instance
passed to the addressor must not be an instance of a subclass!
* Also hopefully fix build on non-x86oids (a missing IGNORABLE
declaraction), and remove pointless MACROEXPAND from ATOMIC-INCF.
(We could keep it, but COMPARE-AND-SWAP should at least behave the
same.)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4078
retrieving revision 1.4079
diff -u -d -r1.4078 -r1.4079
--- version.lisp-expr 17 Sep 2008 22:31:58 -0000 1.4078
+++ version.lisp-expr 18 Sep 2008 20:19:47 -0000 1.4079
@@ -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.20.8"
+"1.0.20.9"
|