1.0.8.3: Include missing headers.
authorThiemo Seufer <ths@networkno.de>
Wed, 25 Jul 2007 22:05:26 +0000 (22:05 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 25 Jul 2007 22:05:26 +0000 (22:05 +0000)
src/runtime/cheneygc.c
src/runtime/linux-os.c
version.lisp-expr

index 25e9252..db74f54 100644 (file)
@@ -30,6 +30,7 @@
 #include "genesis/static-symbols.h"
 #include "genesis/primitive-objects.h"
 #include "thread.h"
+#include "arch.h"
 
 /* So you need to debug? */
 #if 0
index bcc5e9f..f50b7b1 100644 (file)
@@ -52,6 +52,8 @@
 #include "gc.h"
 #if defined LISP_FEATURE_GENCGC
 #include "gencgc-internal.h"
+#else
+#include "cheneygc-internal.h"
 #endif
 
 #ifdef LISP_FEATURE_X86
index 3cd06f4..4e443fb 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".)
-"1.0.8.2"
+"1.0.8.3"