From: Juho Snellman Date: Sat, 3 Oct 2009 23:03:29 +0000 (+0000) Subject: 1.0.31.28: Add :EMIT-CFASL to the COMPILE-FILE defknown X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=6add320329d60b3b1879eea6bc254666e0dcbd96;p=sbcl.git 1.0.31.28: Add :EMIT-CFASL to the COMPILE-FILE defknown --- diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index 58d6309..10c8613 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -1311,7 +1311,8 @@ ;; extensions (:trace-file t) - (:block-compile t)) + (:block-compile t) + (:emit-cfasl t)) (values (or pathname null) boolean boolean)) ;; FIXME: consider making (OR CALLABLE CONS) something like diff --git a/version.lisp-expr b/version.lisp-expr index ca52bb3..b91dd60 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".) -"1.0.31.27" +"1.0.31.28"