From e0560d9d8e168d735f0a3c9729070d55c0cdce8e Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 12 May 1993 11:30:52 +0000 Subject: [PATCH] paren lossage --- compiler/main.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/main.lisp b/compiler/main.lisp index f14c775cf..da24e5879 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.84 1993/05/12 11:26:35 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.85 1993/05/12 11:30:52 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -362,6 +362,7 @@ ;;; (defun compile-component (component) (let* ((*compile-component* component) + (*byte-compiling* (ecase *byte-compile* ((t) t) ((nil) nil) -- GitLab