mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-31 23:00:54 -08:00
COMPILE-FILE-PATHNAME accepts the same keyword arguments as COMPILE-FILE.
This commit is contained in:
parent
a25fd87c76
commit
6129fbc4af
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,9 @@
|
|||
string result))
|
||||
result))
|
||||
|
||||
(defun compile-file-pathname (name &key (output-file name) (type :fasl))
|
||||
(defun compile-file-pathname (name &key (output-file name) (type :fasl)
|
||||
verbose print c-file h-file data-file shared-data-file
|
||||
system-p load)
|
||||
(let ((format '())
|
||||
(extension '()))
|
||||
(case type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue