mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
format.lsp needs pprint.lsp, so load it twice.
This commit is contained in:
parent
315b9792e7
commit
bdbed5ab7b
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@
|
|||
(print *features*)
|
||||
#+(or (and wants-clos ecl-min) cross)
|
||||
(load "clos/load.lsp")
|
||||
#+cmu-format
|
||||
(load "src:lsp;format.lsp" :verbose nil)
|
||||
|
||||
;;;
|
||||
;;; * Load the compiler.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue