Skip to content
Snippets Groups Projects
Commit d0f47034 authored by ram's avatar ram
Browse files

Set *TYPE-SYSTEM-INITIALIZED* so that we know when we can start using the

type system
parent e5540578
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
(load "c:type" :verbose t)
(load "c:vm-type" :verbose t)
(load "c:type-init" :verbose t)
(setq *type-system-initialized* t)
(load "c:sset" :verbose t)
(load "c:node" :verbose t)
(load "c:alloc" :verbose t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment