- Removed traces of :WANTS-CLOS (CLOS has to be always loaded for it

is needed by compiler).
This commit is contained in:
japhie 2005-08-14 22:52:24 +00:00
parent 6e30d8b013
commit cc474f497a

View file

@ -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)