]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / core / continuations / continuations.factor
index bfa3848186e2bab9a782e78a3590d223384b08d9..6dde851963442774f3b24cfaf305a43f60ddfb39 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2003, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays vectors kernel kernel.private sequences
-namespaces math splitting sorting quotations assocs
+namespaces make math splitting sorting quotations assocs
 combinators accessors ;
 IN: continuations