From aa5ec3c1e83ea6b86620954be902a3c09adbf895 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 11 Mar 1992 21:21:28 +0000 Subject: [PATCH] Added a ``function definition'' info type. --- compiler/globaldb.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/globaldb.lisp b/compiler/globaldb.lisp index bb3d55323..3ba6acab6 100644 --- a/compiler/globaldb.lisp +++ b/compiler/globaldb.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/globaldb.lisp,v 1.21 1992/02/15 12:07:02 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/globaldb.lisp,v 1.22 1992/03/11 21:21:28 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1032,6 +1032,9 @@ (define-info-type function documentation (or string null) nil) +(define-info-type function definition t nil) + + ); defun function-info-init #| -- GitLab