From dcd55c1adf49daf33e092604d478d3f5c8edb7ee Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 8 Apr 2005 12:44:25 +0000 Subject: [PATCH] 0.8.21.24: minor compiler output cleanup * when summarizing a compilation unit print the final newline outside the logical block. --- src/compiler/main.lisp | 3 ++- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/compiler/main.lisp b/src/compiler/main.lisp index 6c59dee..124b33e 100644 --- a/src/compiler/main.lisp +++ b/src/compiler/main.lisp @@ -249,13 +249,14 @@ ~[~:;~:*~& caught ~W ERROR condition~:P~]~ ~[~:;~:*~& caught ~W WARNING condition~:P~]~ ~[~:;~:*~& caught ~W STYLE-WARNING condition~:P~]~ - ~[~:;~:*~& printed ~W note~:P~]~%" + ~[~:;~:*~& printed ~W note~:P~]" abort-p *aborted-compilation-unit-count* *compiler-error-count* *compiler-warning-count* *compiler-style-warning-count* *compiler-note-count*)) + (terpri *error-output*) (force-output *error-output*))) ;;; Evaluate BODY, then return (VALUES BODY-VALUE WARNINGS-P diff --git a/version.lisp-expr b/version.lisp-expr index 6637cf0..06a02f8 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.21.23" +"0.8.21.24" -- 1.7.10.4