]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/rectangles/rectangles.factor
Changing require-when usages to the new syntax for require-when
[factor.git] / basis / math / rectangles / rectangles.factor
index 78ac5457bcce14f59a18427935717d98449ec58a..15f4d5376db846961b8b99d1b3368d45841bdb66 100644 (file)
@@ -64,4 +64,4 @@ M: rect contains-point?
 
 USE: vocabs.loader
 
-"prettyprint" "math.rectangles.prettyprint" require-when
+{ "math.rectangles" "prettyprint" } "math.rectangles.prettyprint" require-when