Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6536
Modified Files:
version.lisp-expr
Log Message:
0.8.7.32:
renamed FOO_PAGE masks to FOO_PAGE_MASK in hopes of reducing
future confusion between wordwise equality and bitwise
flag testing (which seemed to be implicit in one of the
GC fixes in 0.8.7.whatever)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1447
retrieving revision 1.1448
diff -u -d -r1.1447 -r1.1448
--- version.lisp-expr 29 Jan 2004 15:17:26 -0000 1.1447
+++ version.lisp-expr 30 Jan 2004 20:55:40 -0000 1.1448
@@ -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".)
-"0.8.7.31"
+"0.8.7.32"
|