mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 15:20:36 -08:00
Fix typo: feature #+ecls -> #+ecl
This commit is contained in:
parent
ca4b7822d1
commit
c17bbd1ecb
1 changed files with 3 additions and 3 deletions
|
|
@ -73,7 +73,7 @@
|
|||
(gc :full t)
|
||||
#+clisp
|
||||
(system::gc)
|
||||
#+ecls
|
||||
#+ecl
|
||||
(system::gc t)
|
||||
(let ((source-file (merge-pathnames (merge-pathnames file *source-dir*) "foo.cl"))
|
||||
(fasl-file (and compile (compile-file-pathname (merge-pathnames file *output-dir*))))
|
||||
|
|
@ -81,8 +81,8 @@
|
|||
(cond (compile
|
||||
(proclaim-file source-file)
|
||||
(compile-file source-file :output-file fasl-file
|
||||
#+ecls :c-file #+ecls t #+ecls :h-file #+ecls t
|
||||
#+ecls :verbose #+ecls t)
|
||||
#+ecl :c-file #+ecl t #+ecl :h-file #+ecl t
|
||||
#+ecl :verbose #+ecl t)
|
||||
(print fasl-file)
|
||||
(load fasl-file :verbose t))
|
||||
(t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue