Skip to content
Snippets Groups Projects
Commit 7137fbba authored by toy's avatar toy
Browse files

DELETE-LAMBDA is used in locall.lisp---make it available.

parent 42c7cd8d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.85 2002/08/25 19:03:57 toy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.86 2002/08/26 19:57:07 toy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -651,7 +651,7 @@ ...@@ -651,7 +651,7 @@
;;;; Deleting stuff: ;;;; Deleting stuff:
(declaim (start-block delete-ref delete-functional flush-dest (declaim (start-block delete-ref delete-functional flush-dest
delete-continuation delete-block)) delete-continuation delete-block delete-lambda))
;;; Delete-Lambda-Var -- Internal ;;; Delete-Lambda-Var -- Internal
;;; ;;;
......
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