Skip to content
Snippets Groups Projects
Commit aa5ec3c1 authored by wlott's avatar wlott
Browse files

Added a ``function definition'' info type.

parent 2d842915
No related branches found
No related tags found
No related merge requests found
......@@ -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
#|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment