diff --git a/code/pathname.lisp b/code/pathname.lisp index 97c59973415fde77a98dd502735568f371ee5454..b648d4229877039adb25551f948d31e23f7dd5f9 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.