]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/compiler/compiler.factor
Changing require-when usages to the new syntax for require-when
[factor.git] / basis / bootstrap / compiler / compiler.factor
index 0237ed99ee4558c51582bcfddb70c4c7e72200d8..dc278df572b0f202f6c18811ae9dea7932c17339 100644 (file)
@@ -20,8 +20,8 @@ IN: bootstrap.compiler
     "alien.remote-control" require
 ] unless
 
-"prettyprint" "alien.prettyprint" require-when
-"debugger" "alien.debugger" require-when
+{ "boostrap.compiler" "prettyprint" } "alien.prettyprint" require-when
+{ "boostrap.compiler" "debugger" } "alien.debugger" require-when
 
 "cpu." cpu name>> append require