From 122a462c85c044dc9cb7e187b670fa5f4e997ea4 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 11 Feb 1992 16:56:30 +0000 Subject: [PATCH] Specify stream when printing unbound marker. --- code/print.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/print.lisp b/code/print.lisp index 61ebcc740..c3da19b73 100644 --- a/code/print.lisp +++ b/code/print.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.34 1992/02/04 21:10:33 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.35 1992/02/11 16:56:30 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1761,7 +1761,7 @@ (t (case (get-type object) (#.vm:unbound-marker-type - (write-string "Unbound Marker")) + (write-string "Unbound Marker" stream)) (t (write-string "Unknown Immediate Object, lowtag=" stream) (let ((*print-base* 2) (*print-radix* t)) -- GitLab