mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 22:01:36 -08:00
COMPILE-FILE-PATHNAME must also accept :EXTERNAL-FORMAT in src/new-cmp
This commit is contained in:
parent
6a550ec8ab
commit
337209512c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
(defun compile-file-pathname (name &key (output-file T) (type nil type-supplied-p)
|
||||
verbose print c-file h-file data-file shared-data-file
|
||||
system-p load)
|
||||
system-p load external-format)
|
||||
(let* ((format '())
|
||||
(extension '()))
|
||||
(unless type-supplied-p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue