From 37eecfacfb19f0a34a2fdc77dbaa1d67e9cf0807 Mon Sep 17 00:00:00 2001
From: pw <pw>
Date: Sat, 7 Apr 2001 13:37:45 +0000
Subject: [PATCH] Add missing "*" around type declamation for *fasl-file*.
 Reported by Kalle Olavi Niemital.

---
 code/load.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/load.lisp b/code/load.lisp
index 0b2dd7c12..0e2fd3bee 100644
--- a/code/load.lisp
+++ b/code/load.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.75 2001/03/04 20:12:39 pw Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.76 2001/04/07 13:37:45 pw Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -66,7 +66,7 @@
   "Count of the number of recursive loads.")
 (declaim (type index *load-depth*))
 (defvar *fasl-file*)
-(declaim (type lisp-stream fasl-file))
+(declaim (type lisp-stream *fasl-file*))
 
 
 ;;; LOAD-FRESH-LINE -- internal.
-- 
GitLab