]> gitweb.factorcode.org Git - factor.git/blobdiff - core/splitting/splitting.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / core / splitting / splitting.factor
index 38f5ae08912111b7e60c5ce1edad8be9d31e9f85..aac32784a1f8c49465c72f61b460b7fe31ea66cb 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2005, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel math namespaces strings arrays vectors sequences
+USING: kernel math make strings arrays vectors sequences
 sets math.order accessors ;
 IN: splitting