Move io.thread to stage2

db4
Slava Pestov 2008-07-18 19:25:28 -05:00
parent ac2bf0b87d
commit 37af854b18
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,6 @@ load-help? off
"libc" require
"io.streams.c" require
"io.thread" require
"vocabs.loader" require
"syntax" require

View File

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