From: Brian Mastenbrook Date: Fri, 12 Aug 2005 13:20:57 +0000 (+0000) Subject: 0.9.3.47: "oops" again. I think I'm handing back my commit bit. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=7beac8a1fb3cfdeda0e168eb597a701951032270;p=sbcl.git 0.9.3.47: "oops" again. I think I'm handing back my commit bit. --- diff --git a/src/code/sysmacs.lisp b/src/code/sysmacs.lisp index e0ea5af..bcb8255 100644 --- a/src/code/sysmacs.lisp +++ b/src/code/sysmacs.lisp @@ -110,7 +110,8 @@ waits until gc is enabled in this thread." `(funcall (,slot stream) stream ,@args)))) (defmacro with-out-stream (stream (slot &rest args) &optional stream-dispatch) - `(with-out-stream/no-synonym ,stream (,slot ,@args) ,stream-dispatch)) + `(with-out-stream/no-synonym (out-synonym-of ,stream) + (,slot ,@args) ,stream-dispatch)) ;;;; These are hacks to make the reader win. diff --git a/version.lisp-expr b/version.lisp-expr index a5b7af1..050acb6 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.9.3.46" +"0.9.3.47"