From: Christophe Rhodes Date: Mon, 16 Aug 2004 10:41:17 +0000 (+0000) Subject: 0.8.13.63: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=e8d94e7c0f7efc78627e6347d4441f4176e8d160;p=sbcl.git 0.8.13.63: Restore Darwin buildability ... put sbcl.h before runtime.h in ppc-darwin-mkrospace.c. It would be nice if a compilation failure in ppc-darwin-mkrospace caused the build to abort, but I don't know if make is rich enough to express that in conjunction with the fact that compiling it is not necessary on non-ppc/darwin platforms. --- diff --git a/src/runtime/ppc-darwin-mkrospace.c b/src/runtime/ppc-darwin-mkrospace.c index 8faf381..610e9cf 100644 --- a/src/runtime/ppc-darwin-mkrospace.c +++ b/src/runtime/ppc-darwin-mkrospace.c @@ -7,8 +7,9 @@ #include #include #include -#include "runtime.h" + #include "sbcl.h" +#include "runtime.h" struct simple_object_file { diff --git a/version.lisp-expr b/version.lisp-expr index 86c8385..5ae6254 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.13.62" +"0.8.13.63"