]> gitweb.factorcode.org Git - factor.git/commitdiff
fixups: ?if changed effects not renamed
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 21 Feb 2023 03:26:46 +0000 (21:26 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 26 Feb 2023 23:11:04 +0000 (17:11 -0600)
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" } }
 }