]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/lint/lint.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / help / lint / lint.factor
index 4ad9067457f7eb10b6531ad56a3689a416329ab4..facaa8a0109f540797a3f65259f9f0c75d321bd3 100755 (executable)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2006, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: fry accessors sequences parser kernel help help.markup
-help.topics words strings classes tools.vocabs namespaces io
-io.streams.string prettyprint definitions arrays vectors
+help.topics words strings classes tools.vocabs namespaces make
+io io.streams.string prettyprint definitions arrays vectors
 combinators combinators.short-circuit splitting debugger
 hashtables sorting effects vocabs vocabs.loader assocs editors
 continuations classes.predicate macros math sets eval ;