Fixed cross-compilation problems to and from Darwin/PPC.
* #+darwin changed to #!+darwin before linkage-table constants
in src/compiler/ppc/parms.lisp
(def!constant dynamic-1-space-start #x48000000)
(def!constant dynamic-1-space-end #x4ffff000)
-#+darwin
+#!+darwin
(progn
(def!constant linkage-table-space-start #x50000000)
(def!constant linkage-table-space-end #x51000000)
;;; 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.20.15"
+"0.8.20.16"