Allows specifying an alternate namestring to use for debug-source.
This will help us get redefinition warnings working nicely with C-c C-c in
Slime.
;;;; -*- coding: utf-8; fill-column: 78 -*-
+changes relative to sbcl-1.0.48:
+ * enhancement: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING allows providing
+ virtual source-file information, eg. overriding input-file of COMPILE-FILE
+ when a temporary file is used for compilation.
+
changes in sbcl-1.0.48 relative to sbcl-1.0.47:
* incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five
years, is now no longer supported.
;;; 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.48"
+"1.0.48.1"