]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/threads/threads.factor
Changing require-when usages to the new syntax for require-when
[factor.git] / basis / bootstrap / threads / threads.factor
index 3a8fe98cf408ba39610365bec70fb32c67678e1e..2bc8d612b699fb916bdf986819ab7f99bc61b802 100644 (file)
@@ -4,6 +4,6 @@ USING: vocabs.loader kernel io.thread threads
 compiler.utilities namespaces ;
 IN: bootstrap.threads
 
-"debugger" "debugger.threads" require-when
+{ "bootstrap.threads" "debugger" } "debugger.threads" require-when
 
 [ yield ] yield-hook set-global