mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-07 01:40:41 -08:00
Fixed typo in :after method
This commit is contained in:
parent
831ef9aba8
commit
d563a8558b
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@
|
|||
(list (compile-file-pathname (component-pathname c) :type :object)))
|
||||
|
||||
(defmethod perform :after ((o compile-op) (c cl-source-file))
|
||||
(c:build-fasl output :lisp-files (output-files o c)))
|
||||
(let ((output (compile-file-pathname (component-pathname c))))
|
||||
(c:build-fasl output :lisp-files (output-files o c))))
|
||||
|
||||
(defmethod perform ((o load-op) (c cl-source-file))
|
||||
(loop for i in (input-files o c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue