]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/io.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / core / io / io.factor
index a03aaac6d84c2277e40fdabba72fef84270b0702..0d5a8574901cc857114b7332f9710a0327fa378a 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2003, 2007 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: hashtables generic kernel math namespaces sequences
+USING: hashtables generic kernel math namespaces make sequences
 continuations destructors assocs ;
 IN: io