]> gitweb.factorcode.org Git - factor.git/blobdiff - core/compiler/errors/errors.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / core / compiler / errors / errors.factor
index e21348fd19c1ed7f9bb3211db00444796f382377..7a28c1fb992c379366d834ee0083722debed9da6 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2007, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel namespaces assocs io sequences
+USING: kernel namespaces make assocs io sequences
 sorting continuations math math.parser ;
 IN: compiler.errors