Call init-io in bootstrap.io

db4
Slava Pestov 2007-12-30 15:07:22 -05:00
parent 3cd454bfe7
commit fbf992b414
1 changed files with 4 additions and 1 deletions
extra/bootstrap/io

View File

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