]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/threads/threads.factor
Make "foo.private" require load foo instead.
[factor.git] / basis / bootstrap / threads / threads.factor
index 571f5bac5eac1c9a782f79372b761421142dc57c..f0b93695dcceb1773c06e41b3f931a3b6829040e 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008, 2011 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USE: vocabs.loader
+USE: vocabs
 
 "threads" require
 "io.thread" require