diff --git a/compiler/main.lisp b/compiler/main.lisp index 140403a4ab6aeaa830c5086313a2bb0c14a48cd5..f14c775cf890cabba1cccaaf3384570cbf943d81 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.83 1993/05/12 11:22:48 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.84 1993/05/12 11:26:35 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -355,7 +355,7 @@ (defun byte-compiling () (if (eq *byte-compiling* :maybe) (policy nil (zerop speed) (<= debug 1)) - *byte-compiling*)) + (and *byte-compile* *byte-compiling*))) ;;; COMPILE-COMPONENT -- internal.