Skip to content
Snippets Groups Projects
Commit db5aa3f4 authored by wlott's avatar wlott
Browse files

Fixed output-weak-pointer to print to the supplied stream instead of

*standard-output* when the pointer has been broken.
parent 7e23dc2a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.25 1991/11/09 02:47:19 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.26 1991/11/16 00:22:51 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1399,4 +1399,4 @@ ...@@ -1399,4 +1399,4 @@
(write value :stream stream) (write value :stream stream)
(write-char #\> stream)) (write-char #\> stream))
(t (t
(write-string "#<Broken Weak Pointer>"))))) (write-string "#<Broken Weak Pointer>" stream)))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment