From: Nikodemus Siivola Date: Mon, 21 Jan 2008 14:43:15 +0000 (+0000) Subject: 1.0.13.48: SET-CLOSED-FLAME set ANSI-STREAM-IN twice (harmless but silly) X-Git-Url: https://repo.or.cz/w/sbcl/simd.git/commitdiff_plain/e77ab19e08f5ae81f9041e7541dda52a053d6a01 1.0.13.48: SET-CLOSED-FLAME set ANSI-STREAM-IN twice (harmless but silly) * Thanks to David Smith. --- diff --git a/src/code/stream.lisp b/src/code/stream.lisp index fd4926376..272bde62d 100644 --- a/src/code/stream.lisp +++ b/src/code/stream.lisp @@ -128,7 +128,6 @@ (setf (ansi-stream-in stream) #'closed-flame) (setf (ansi-stream-bin stream) #'closed-flame) (setf (ansi-stream-n-bin stream) #'closed-flame) - (setf (ansi-stream-in stream) #'closed-flame) (setf (ansi-stream-out stream) #'closed-flame) (setf (ansi-stream-bout stream) #'closed-flame) (setf (ansi-stream-sout stream) #'closed-flame) diff --git a/version.lisp-expr b/version.lisp-expr index 5d6dd300d..430c274a6 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".) -"1.0.13.47" +"1.0.13.48"