]> gitweb.factorcode.org Git - factor.git/blobdiff - core/destructors/destructors.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / core / destructors / destructors.factor
index 154e1c30ac098180e80702b5c921a4079b1a09a9..afc956fae473592ab7635f80b3ee5c3cb6cb6510 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2007, 2008 Doug Coleman, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors continuations kernel namespaces
+USING: accessors continuations kernel namespaces make
 sequences vectors ;
 IN: destructors