bootstrap.io: fix load error

db4
Slava Pestov 2011-02-27 15:02:20 -08:00
parent db29973ccb
commit 609d6f9166
1 changed files with 5 additions and 7 deletions

View File

@ -5,10 +5,8 @@ IN: bootstrap.io
"bootstrap.compiler" require
"bootstrap.threads" require
[
"io.backend." {
{ [ "io-backend" get ] [ "io-backend" get ] }
{ [ os unix? ] [ "unix." os name>> append ] }
{ [ os windows? ] [ "windows" ] }
} cond append require
] when
"io.backend." {
{ [ "io-backend" get ] [ "io-backend" get ] }
{ [ os unix? ] [ "unix." os name>> append ] }
{ [ os windows? ] [ "windows" ] }
} cond append require