From fbf992b414dcd01395abcdb4d08d7f7b27642011 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 30 Dec 2007 15:07:22 -0500 Subject: [PATCH] Call init-io in bootstrap.io --- extra/bootstrap/io/io.factor | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extra/bootstrap/io/io.factor b/extra/bootstrap/io/io.factor index 64d5e929b2..238a971e67 100755 --- a/extra/bootstrap/io/io.factor +++ b/extra/bootstrap/io/io.factor @@ -1,5 +1,5 @@ USING: system vocabs vocabs.loader kernel combinators -namespaces sequences ; +namespaces sequences io.backend ; IN: bootstrap.io "bootstrap.compiler" vocab [ @@ -10,3 +10,6 @@ IN: bootstrap.io { [ wince? ] [ "windows.ce" ] } } cond append require ] when + +init-io +init-stdio