0.8.13.63:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 16 Aug 2004 10:41:17 +0000 (10:41 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 16 Aug 2004 10:41:17 +0000 (10:41 +0000)
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.

src/runtime/ppc-darwin-mkrospace.c
version.lisp-expr

index 8faf381..610e9cf 100644 (file)
@@ -7,8 +7,9 @@
 #include <sys/uio.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include "runtime.h"
+
 #include "sbcl.h"
+#include "runtime.h"
 
 struct simple_object_file
 {
index 86c8385..5ae6254 100644 (file)
@@ -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"