1.0.31.28: Add :EMIT-CFASL to the COMPILE-FILE defknown
authorJuho Snellman <jsnell@iki.fi>
Sat, 3 Oct 2009 23:03:29 +0000 (23:03 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sat, 3 Oct 2009 23:03:29 +0000 (23:03 +0000)
src/compiler/fndb.lisp
version.lisp-expr

index 58d6309..10c8613 100644 (file)
 
    ;; 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
index ca52bb3..b91dd60 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.31.27"
+"1.0.31.28"