mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
Fixed order of loading files
This commit is contained in:
parent
63640b0a79
commit
5b82b34f5c
2 changed files with 2 additions and 3 deletions
|
|
@ -168,4 +168,3 @@
|
|||
(typep number (rep-type-lisp-type (gethash :fixnum number))))
|
||||
|
||||
(defconstant +default-machine+ (setf *machine* (default-machine)))
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
"src:cmp;cmpenv-declare.lsp"
|
||||
"src:cmp;cmpenv-proclaim.lsp"
|
||||
"src:cmp;cmpenv-declaim.lsp"
|
||||
"src:cmp;sysfun.lsp"
|
||||
"src:cmp;cmpc-machine.lsp"
|
||||
"src:cmp;cmpc-wt.lsp"
|
||||
"src:cmp;cmpc-inliner.lsp"
|
||||
|
|
@ -64,7 +63,8 @@
|
|||
"src:cmp;cmpos-run.lsp"
|
||||
"src:cmp;cmpos-features.lsp"
|
||||
"src:cmp;cmpmain.lsp"
|
||||
"src:cmp;proclamations.lsp"))
|
||||
"src:cmp;proclamations.lsp"
|
||||
"src:cmp;sysfun.lsp"))
|
||||
|
||||
(let ((si::*keep-documentation* nil))
|
||||
(mapc #'(lambda (x) (load x :verbose t)) +cmp-module-files+))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue