Call init-io in bootstrap.io
parent
3cd454bfe7
commit
fbf992b414
extra/bootstrap/io
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue