]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/coroutines/coroutines.factor
Updating code for make and fry changes
[factor.git] / extra / coroutines / coroutines.factor
index 3c1f8490c4d41b534c7d76453b0da6b007ebb9d8..dc594abd2d5330858f52f918c40dda3758eba5e3 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel hashtables namespaces continuations quotations
+USING: kernel hashtables namespaces make continuations quotations
 accessors ;
 IN: coroutines