Skip to content
Snippets Groups Projects
Commit 2b28242a authored by ram's avatar ram
Browse files

delete-lambda => delete-functional, since only the latter is an interface

function.
parent d73c1a83
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/envanal.lisp,v 1.21 1992/08/01 14:00:26 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/envanal.lisp,v 1.22 1992/09/15 17:46:41 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -57,7 +57,7 @@
(and *byte-compiling* (eq kind :optional)))
(assert (member kind '(:optional :cleanup :escape)))
(setf (functional-kind fun) nil)
(delete-lambda fun)))))
(delete-functional fun)))))
(undefined-value))
......
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