From 53ce4ed55ecb50938f75d5fa402dabd8cbe8191a Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 3 Aug 1993 13:26:57 +0000 Subject: [PATCH] Freeze-type logical-pathname and logical-host. --- code/pathname.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/pathname.lisp b/code/pathname.lisp index 97c599734..b648d4229 100644 --- a/code/pathname.lisp +++ b/code/pathname.lisp @@ -6,7 +6,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.18 1993/07/31 09:08:52 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.19 1993/08/03 13:26:57 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -154,6 +154,8 @@ (host device directory name type version)) (:make-load-form-fun :just-dump-it-normally))) +(declaim (freeze-type logical-pathname logical-host)) + ;;; %PRINT-LOGICAL-PATHNAME -- Internal ;;; ;;; The printed representation of the logical-pathname structure. -- GitLab