]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fixups/fixups.factor
factor: rename count-by back to count. count* -> percent-of
[factor.git] / basis / fixups / fixups.factor
index 1f46c3e20bf7f4163e0f8bf29ce7b692d4144cf2..1b74e8aea58200b2c1e6afe900ee8e1b4cf81f7e 100644 (file)
@@ -60,6 +60,7 @@ CONSTANT: word-renames {
     { "natural-sort!" { "sort!" "0.99" } }
     { "natural-bubble-sort!" { "bubble-sort!" "0.99" } }
     { "random-integers" { "randoms" "0.99" } }
+    { "count*" { "percent-of" "0.99" } }
     { "more?" { "deref?" "0.99" } }
 }