]> gitweb.factorcode.org Git - factor.git/commitdiff
libc: fix vocab definition of platform dependent parts of libc
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 23 Oct 2013 13:45:45 +0000 (15:45 +0200)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 2 Apr 2014 17:13:14 +0000 (12:13 -0500)
basis/libc/libc.factor
basis/libc/linux/linux.factor
basis/libc/macosx/macosx.factor
basis/libc/windows/windows.factor

index 9cfbf24f7ab9b2dde2fc9f2d256c8dc4cf9d251b..ee5f7abad7aad28e166b7fd38f9f9d2a1499140a 100644 (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
 
index 40a2ea9fe86b66758c02cd595268aea9446e83f9..b012bad107ef91a4caa76c6f6a8e77fe18ff472a 100644 (file)
@@ -1,5 +1,5 @@
 USING: alien.syntax ;
-IN: libc.linux
+IN: libc
 
 LIBRARY: libc
 
index e91a705c6151fc210412af17a383ff556a67b6d6..c637d697453d6444226c72e913b27965b2a412a5 100644 (file)
@@ -1,5 +1,5 @@
 USING: alien.syntax ;
-IN: libc.macosx
+IN: libc
 
 LIBRARY: libc
 
index 2a7f0cbbb60808a8839a9b83c219552ddd9cfbc9..0f4be2213c1432cd252b987c2a33add9ec08bec5 100644 (file)
@@ -1,5 +1,5 @@
 USING: alien.syntax ;
-IN: libc.windows
+IN: libc
 
 LIBRARY: libc