From 7137fbba3100391afbb8325c6cb1040c420fa851 Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Mon, 26 Aug 2002 19:57:07 +0000 Subject: [PATCH] DELETE-LAMBDA is used in locall.lisp---make it available. --- compiler/ir1util.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp index deaab6360..8b18df85e 100644 --- a/compiler/ir1util.lisp +++ b/compiler/ir1util.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (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 @@ ;;;; Deleting stuff: (declaim (start-block delete-ref delete-functional flush-dest - delete-continuation delete-block)) + delete-continuation delete-block delete-lambda)) ;;; Delete-Lambda-Var -- Internal ;;; -- GitLab