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
(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
(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
;;; 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"