Call init-io in bootstrap.io
parent
3cd454bfe7
commit
fbf992b414
|
@ -1,5 +1,5 @@
|
||||||
USING: system vocabs vocabs.loader kernel combinators
|
USING: system vocabs vocabs.loader kernel combinators
|
||||||
namespaces sequences ;
|
namespaces sequences io.backend ;
|
||||||
IN: bootstrap.io
|
IN: bootstrap.io
|
||||||
|
|
||||||
"bootstrap.compiler" vocab [
|
"bootstrap.compiler" vocab [
|
||||||
|
@ -10,3 +10,6 @@ IN: bootstrap.io
|
||||||
{ [ wince? ] [ "windows.ce" ] }
|
{ [ wince? ] [ "windows.ce" ] }
|
||||||
} cond append require
|
} cond append require
|
||||||
] when
|
] when
|
||||||
|
|
||||||
|
init-io
|
||||||
|
init-stdio
|
||||||
|
|
Loading…
Reference in New Issue