mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-09 18:52:55 -08:00
Some newline characters make output more readable.
This commit is contained in:
parent
edc0ac77b2
commit
3f30e465fe
1 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue