0.9.3.47: "oops" again. I think I'm handing back my commit bit.
authorBrian Mastenbrook <bmastenb@cs.indiana.edu>
Fri, 12 Aug 2005 13:20:57 +0000 (13:20 +0000)
committerBrian Mastenbrook <bmastenb@cs.indiana.edu>
Fri, 12 Aug 2005 13:20:57 +0000 (13:20 +0000)
src/code/sysmacs.lisp
version.lisp-expr

index e0ea5af..bcb8255 100644 (file)
@@ -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))
 
 \f
 ;;;; These are hacks to make the reader win.
index a5b7af1..050acb6 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.9.3.46"
+"0.9.3.47"