0.9.17.9:
authorChristophe Rhodes <csr21@cam.ac.uk>
Fri, 6 Oct 2006 11:24:47 +0000 (11:24 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Fri, 6 Oct 2006 11:24:47 +0000 (11:24 +0000)
One missing include directive which got through the net.

src/runtime/x86-assem.S
version.lisp-expr

index 551841a..4ed9afb 100644 (file)
@@ -17,6 +17,7 @@
 #include "sbcl.h"
 #include "validate.h"
 #include "genesis/closure.h"
+#include "genesis/funcallable-instance.h"
 #include "genesis/fdefn.h"
 #include "genesis/static-symbols.h"
 #include "genesis/symbol.h"
index 1000660..258197d 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.9.17.8"
+"0.9.17.9"