Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27228
Modified Files:
version.lisp-expr
Log Message:
In aliencomp.c #+(and ppc darwin) should be #!+(and ppc darwin), which
allows ppc builds to be able to cross-compile to other
architectures. This bug was originially introduced by yours truly in
the process of bringing the VOPs in question and this call to the over
from CMUCL.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2708
retrieving revision 1.2709
diff -u -d -r1.2708 -r1.2709
--- version.lisp-expr 1 Mar 2006 09:10:32 -0000 1.2708
+++ version.lisp-expr 2 Mar 2006 05:21:16 -0000 1.2709
@@ -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.9.10.9"
+"0.9.10.10"
|