]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/walker/walker.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / tools / walker / walker.factor
index c1073eda8c2a03ad6ddc25dcc8a9fe3535d45e3b..9775bdff81a057b3ae8180dfb2e23e25af38b8d3 100755 (executable)
@@ -4,7 +4,7 @@ USING: threads kernel namespaces continuations combinators
 sequences math namespaces.private continuations.private
 concurrency.messaging quotations kernel.private words
 sequences.private assocs models models.filter arrays accessors
-generic generic.standard definitions ;
+generic generic.standard definitions make ;
 IN: tools.walker
 
 SYMBOL: show-walker-hook ! ( status continuation thread -- )