Skip to content
Snippets Groups Projects
Commit 6e2e92c1 authored by ram's avatar ram
Browse files

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.)
parent 46e78e26
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -458,7 +458,6 @@
(cdr summary) kind summary)))))) (cdr summary) kind summary))))))
(unless (or *converting-for-interpreter* (unless (or *converting-for-interpreter*
(not *compile-verbose*)
(and (not abort-p) (zerop abort-count) (and (not abort-p) (zerop abort-count)
(zerop *compiler-error-count*) (zerop *compiler-error-count*)
(zerop *compiler-warning-count*) (zerop *compiler-warning-count*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment