]> gitweb.factorcode.org Git - factor.git/commitdiff
Move io.thread to stage2
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 19 Jul 2008 00:25:28 +0000 (19:25 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 19 Jul 2008 00:25:28 +0000 (19:25 -0500)
core/bootstrap/stage1.factor
core/bootstrap/stage2.factor

index 64402ca2e198ad850ffb1c91412204ecfd9b7842..5c55bb15ca2e9cecab4a94f8eea128e7aac09c41 100755 (executable)
@@ -32,7 +32,6 @@ load-help? off
     "libc" require
 
     "io.streams.c" require
-    "io.thread" require
     "vocabs.loader" require
     
     "syntax" require
index 3b98e8909597272288b7888e58865cc6850a0f0a..c6afdfe749e3aec687132afdb79b6ebbadbabed4 100755 (executable)
@@ -56,6 +56,8 @@ parse-command-line
 
 "-no-crossref" cli-args member? [ do-crossref ] unless
 
+"io.thread" require
+
 ! Set dll paths
 os wince? [ "windows.ce" require ] when
 os winnt? [ "windows.nt" require ] when