From 6e2e92c17ab356167e8a0e69c8fc34f22d5db2b6 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 12 Feb 1992 17:39:51 +0000 Subject: [PATCH] Print a error summary even when *compile-verbose* is false. (This is only printed when there are errors, so this doesn't seem a violation of the spirit of the spec.) --- compiler/main.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/main.lisp b/compiler/main.lisp index 4b57a888f..8bfaa87c0 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.50 1991/12/22 02:00:36 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.51 1992/02/12 17:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -458,7 +458,6 @@ (cdr summary) kind summary)))))) (unless (or *converting-for-interpreter* - (not *compile-verbose*) (and (not abort-p) (zerop abort-count) (zerop *compiler-error-count*) (zerop *compiler-warning-count*) -- GitLab