From 8122f34d59b43370aecb7eae2e6302fa9db754db Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 3 Aug 1993 14:32:29 +0000 Subject: [PATCH] Fixed stuff. --- compiler/debug-dump.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/debug-dump.lisp b/compiler/debug-dump.lisp index 6e5ce9bac..7497da31b 100644 --- a/compiler/debug-dump.lisp +++ b/compiler/debug-dump.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug-dump.lisp,v 1.35 1993/08/03 12:56:48 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug-dump.lisp,v 1.36 1993/08/03 14:32:29 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -303,7 +303,7 @@ (file-info-positions x)))) (name (file-info-name x))) (etypecase name - ((member :stream) + ((member :stream :lisp) (setf (debug-source-from res) name) (setf (debug-source-name res) (coerce (file-info-forms x) 'simple-vector))) -- GitLab