0.8.19.39:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 23 Feb 2005 12:43:21 +0000 (12:43 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 23 Feb 2005 12:43:21 +0000 (12:43 +0000)
Whoops.  NEWS asserts that LOAD copes with :external-format
arguments.  Better make sure that the compiler is aware of that
too.

src/compiler/fndb.lisp
version.lisp-expr

index 7297776..8a2aed7 100644 (file)
    (:verbose t)
    (:print t)
    (:if-does-not-exist (member :error :create nil))
-   (:external-format (member :default)))
+   (:external-format keyword))
   t)
 
 (defknown directory (pathname-designator &key)
                     (member t)))
    (:verbose t)
    (:print t)
-   (:external-format t)
+   (:external-format keyword)
 
    ;; extensions
    (:trace-file t)
index 9effc16..9204c47 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.19.38"
+"0.8.19.39"