Philipp Matthias Schäfer philipp.schaefer@gmail.com writes:
--- swank-sbcl.lisp 7 Mar 2009 19:08:03 -0000 1.237 +++ swank-sbcl.lisp 25 Mar 2009 21:02:23 -0000 @@ -512,7 +512,7 @@ (source-cache-get input-file (file-write-date input-file)) (not (load output-file))))))
- (sb-c:fatal-compiler-error () nil)))
- (sb-c:fatal-compiler-error () (value nil nil t))))
Well spotted, thanks!
-T.