libc: fix vocab definition of platform dependent parts of libc

db4
Björn Lindqvist 2013-10-23 15:45:45 +02:00 committed by Doug Coleman
parent a222ac173b
commit 58388f7c26
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ combinators continuations destructors destructors.private kernel math
namespaces prettyprint sequences sets summary system vocabs vocabs.parser ;
IN: libc
<< "libc." os unparse append use-vocab >>
<< "libc." os unparse append require >>
LIBRARY: factor

View File

@ -1,5 +1,5 @@
USING: alien.syntax ;
IN: libc.linux
IN: libc
LIBRARY: libc

View File

@ -1,5 +1,5 @@
USING: alien.syntax ;
IN: libc.macosx
IN: libc
LIBRARY: libc

View File

@ -1,5 +1,5 @@
USING: alien.syntax ;
IN: libc.windows
IN: libc
LIBRARY: libc