From 37af854b18249af4c5bfc30e4cd65a29bccadd11 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 18 Jul 2008 19:25:28 -0500 Subject: [PATCH] Move io.thread to stage2 --- core/bootstrap/stage1.factor | 1 - core/bootstrap/stage2.factor | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/bootstrap/stage1.factor b/core/bootstrap/stage1.factor index 64402ca2e1..5c55bb15ca 100755 --- a/core/bootstrap/stage1.factor +++ b/core/bootstrap/stage1.factor @@ -32,7 +32,6 @@ load-help? off "libc" require "io.streams.c" require - "io.thread" require "vocabs.loader" require "syntax" require diff --git a/core/bootstrap/stage2.factor b/core/bootstrap/stage2.factor index 3b98e89095..c6afdfe749 100755 --- a/core/bootstrap/stage2.factor +++ b/core/bootstrap/stage2.factor @@ -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