From 058736cedf09b429fc96c2a079a048df1ee4cf32 Mon Sep 17 00:00:00 2001 From: pw <pw> Date: Mon, 18 Jun 2001 11:27:35 +0000 Subject: [PATCH] Oops, backout misplaced prin1 function in previous revision. Sorry folks! --- code/pathname.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/pathname.lisp b/code/pathname.lisp index d81c41528..cdc75dd26 100644 --- a/code/pathname.lisp +++ b/code/pathname.lisp @@ -4,7 +4,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.52 2001/05/27 15:17:38 pw Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.53 2001/06/18 11:27:35 pw Exp $") ;;; ;;; ********************************************************************** ;;; @@ -57,8 +57,7 @@ ;;; (defun %print-host (host stream depth) (declare (ignore depth)) - (print-unreadable-object (host stream :type t) - (prin1 (logical-host-name host) stream))) + (print-unreadable-object (host stream :type t))) (defstruct (logical-host (:include host -- GitLab