mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-21 20:12:51 -08:00
cosmetic: line wrap
This commit is contained in:
parent
b15afe097c
commit
bdd17142fb
1 changed files with 1 additions and 2 deletions
|
|
@ -699,8 +699,7 @@ compiled successfully, returns the pathname of the compiled file"
|
|||
(list (si::coerce-to-filename o-pathname)))))
|
||||
|
||||
(if (setf true-output-file (probe-file output-file))
|
||||
(cmpprogress "~&;;; Finished compiling ~a.~%;;;~%"
|
||||
(namestring input-pathname))
|
||||
(cmpprogress "~&;;; Finished compiling ~a.~%;;;~%" (namestring input-pathname))
|
||||
(cmperr "The C compiler failed to compile the intermediate file."))
|
||||
|
||||
(mapc #'cmp-delete-file to-delete)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue