Some newline characters make output more readable.

This commit is contained in:
jjgarcia 2003-11-13 08:39:23 +00:00
parent edc0ac77b2
commit 3f30e465fe

View file

@ -395,18 +395,18 @@ Cannot compile ~a."
(when load (load so-pathname))
(when *compile-verbose*
(print-compiler-info)
(format t "~&;;; Finished compiling ~a."
(format t "~&;;; Finished compiling ~a.~%"
(namestring input-pathname))))
((and system-p (probe-file o-pathname))
(when *compile-verbose*
(print-compiler-info)
(format t "~&;;; Finished compiling ~a."
(format t "~&;;; Finished compiling ~a.~%"
(namestring input-pathname))))
(t (format t "~&;;; The C compiler failed to compile the intermediate file.~%")
(setq *error-p* t))))
(*compile-verbose*
(print-compiler-info)
(format t "~&;;; Finished compiling ~a."
(format t "~&;;; Finished compiling ~a.~%"
(namestring input-pathname))))
(unless c-file (delete-file c-pathname))
(unless h-file (delete-file h-pathname))