]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/debugger/threads/threads.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / debugger / threads / threads.factor
index 7bb240859e8abf3d2c05e3859b7fe2cc63161479..27ffdc629bbd4453631e51ec8caea9828514139d 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors debugger continuations threads threads.private
-io io.styles prettyprint kernel math.parser namespaces ;
+io io.styles prettyprint kernel math.parser namespaces make ;
 IN: debugger.threads
 
 : error-in-thread. ( thread -- )