]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/finalization/finalization.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / compiler / tree / finalization / finalization.factor
index 5aaeed360a397d70c2aa149a317bbd17dbeab7b7..540119f709665da38c31d3190e552022a82aa5c3 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel arrays accessors sequences sequences.private words
-fry namespaces math math.order memoize classes.builtin
+fry namespaces make math math.order memoize classes.builtin
 classes.tuple.private slots.private combinators layouts
 byte-arrays alien.accessors
 compiler.intrinsics