From cbfc17b351af67ada0d2a279a5d3a8c06837840d Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 6 May 1993 10:20:39 +0000 Subject: [PATCH] Augment comment for lambda-calls. --- compiler/node.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/node.lisp b/compiler/node.lisp index 929b0be6a..4f58d88a1 100644 --- a/compiler/node.lisp +++ b/compiler/node.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/node.lisp,v 1.28 1993/03/12 15:37:51 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.29 1993/05/06 10:20:39 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -906,7 +906,8 @@ (entries () :type list) ;; ;; A list of all the functions directly called from this function (or one of - ;; its lets) using a non-let local call. + ;; its lets) using a non-let local call. May include deleted functions + ;; because nobody bothers to clear them out. (calls () :type list) ;; ;; The Tail-Set that this lambda is in. Null during creation and in let -- GitLab