]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fixups/fixups.factor
fixups: ?if changed effects not renamed
[factor.git] / basis / fixups / fixups.factor
index 75d2d309bff78744d6c5634c7aeb5f6d0145124e..7e0ed5efbf1a87123401c1d8ba2653dd1f509efa 100644 (file)
@@ -63,7 +63,7 @@ CONSTANT: word-renames {
     { "count*" { "percent-of" "0.99" } }
     { "more?" { "deref?" "0.99" } }
     { "plox" { "?transmute" "0.99" } }
-    { "?if" { "?if-old" "0.99" } }
+    { "?if" { "?if-old" "0.99" } }
     { "ensure-non-negative" { "assert-non-negative" "0.99" } }
 }