From 34b6292bed6677caa268f0283770681a09adc13a Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 17 Dec 1992 09:08:00 +0000 Subject: [PATCH] Changed di::code-debug-info to kernel:%code-debug-info. --- code/eval.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/eval.lisp b/code/eval.lisp index 7f8c9ccf4..18838b148 100644 --- a/code/eval.lisp +++ b/code/eval.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/eval.lisp,v 1.20 1992/12/13 15:47:47 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/eval.lisp,v 1.21 1992/12/17 09:08:00 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -224,7 +224,7 @@ (let* ((fun (%function-self fun)) (name (%function-name fun)) (code (di::function-code-header fun)) - (info (di::code-debug-info code))) + (info (kernel:%code-debug-info code))) (if info (let ((source (first (c::compiled-debug-info-source info)))) (cond ((and (eq (c::debug-source-from source) :lisp) -- GitLab