0.8.0.38:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 5 Jun 2003 21:07:10 +0000 (21:07 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 5 Jun 2003 21:07:10 +0000 (21:07 +0000)
Fix build with :SB-SHOW (patch from Nikodemus Siivola sbcl-devel
2003-05-31)
... also some whitespace (and now-outdated comment) deletion
in target-error

src/code/target-error.lisp
src/cold/warm.lisp
version.lisp-expr

index f4093cc..fc61108 100644 (file)
         (args (interactive-restart-arguments real-restart)))
     (apply (restart-function real-restart) args)))
 \f
-\f
-
-
-
-;;;; helper functions for restartable error handling which couldn't be
-;;;; defined 'til now 'cause they use the RESTART-CASE macro
-
 (defun assert-error (assertion places datum &rest arguments)
   (let ((cond (if datum
                (coerce-to-condition datum
index 0015e82..1528544 100644 (file)
                  (t nil))
           (unless (load output-truename)
             (error "LOAD of ~S failed." output-truename))
-          (sb-int:/show "done loading" compiled-truename))))))
+          (sb-int:/show "done loading" output-truename))))))
 \f
 ;;;; setting package documentation
 
index ae5efbc..3ea0b99 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.0.37"
+"0.8.0.38"