]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fixups/fixups.factor
core: cramp -> bound (was short)
[factor.git] / basis / fixups / fixups.factor
index 096cd4286fcf579e34fcb6ee23abe429877dbba4..e87b0b643446c8df7edcc57beced1b1526f8b475 100644 (file)
@@ -46,7 +46,7 @@ CONSTANT: word-renames {
     { "(each-integer)" { "each-integer-from" "0.99" } }
     { "(find-integer)" { "find-integer-from" "0.99" } }
     { "(all-integers?)" { "all-integers-from?" "0.99" } }
-    { "short" { "cramp" "0.99" } }
+    { "short" { "bound" "0.99" } }
     { "map-integers" { "map-integers-as" "0.99" } }
 }