From 8e0e5fabd18e954979d240eeee9c1eabb0e08d9a Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 7 Jun 1991 15:17:54 +0000 Subject: [PATCH] Bind *block-compile* to NIL in COMPILE. --- compiler/main.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/main.lisp b/compiler/main.lisp index ff5338073..21e1e4da8 100644 --- a/compiler/main.lisp +++ b/compiler/main.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/main.lisp,v 1.40 1991/05/06 14:58:50 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.41 1991/06/07 15:17:54 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1480,6 +1480,7 @@ (*source-info* (make-lisp-source-info form)) (*top-level-lambdas* ()) (*converting-for-interpreter* nil) + (*block-compile* nil) (*compiler-error-bailout* #'(lambda () (compiler-mumble -- GitLab