0.8.2.17:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 6 Aug 2003 12:38:11 +0000 (12:38 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 6 Aug 2003 12:38:11 +0000 (12:38 +0000)
Oops.  Fix x86/thread build (broken by Solaris build fix):
... include sbcl.h before using LISP_FEATURE_SB_THREAD

src/runtime/runtime.c
version.lisp-expr

index 56ba99c..b154611 100644 (file)
@@ -13,6 +13,8 @@
  * files for more information.
  */
 
+#include "sbcl.h"
+
 #include <stdio.h>
 #include <string.h>
 #include <libgen.h>
@@ -37,7 +39,6 @@
 #include "signal.h"
 
 #include "runtime.h"
-#include "sbcl.h"
 #include "alloc.h"
 #include "vars.h"
 #include "globals.h"
index c19b354..b5787e3 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.2.16"
+"0.8.2.17"