mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-10 03:03:47 -08:00
- Removed traces of :WANTS-CLOS (CLOS has to be always loaded for it
is needed by compiler).
This commit is contained in:
parent
6e30d8b013
commit
cc474f497a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
;;;
|
||||
(setf sys::*gc-verbose* nil)
|
||||
(print *features*)
|
||||
#+(or (and wants-clos ecl-min) cross)
|
||||
#+(or ecl-min cross)
|
||||
(load "clos/load.lsp")
|
||||
#+cmu-format
|
||||
(load "src:lsp;format.lsp" :verbose nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue