]> gitweb.factorcode.org Git - factor.git/commitdiff
fixups: plox is ?call not ?transmute..oops
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 24 Oct 2023 15:52:17 +0000 (10:52 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 24 Oct 2023 15:56:35 +0000 (10:56 -0500)
basis/fixups/fixups.factor

index 634423f67bcbc5a5963c12095a83c8d7cf1b2fba..abe96e3f905badfaf88c19507e2d23878db0b51d 100644 (file)
@@ -66,7 +66,7 @@ CONSTANT: word-renames {
     { "random-integers" { "randoms" "0.99" } }
     { "count*" { "percent-of" "0.99" } }
     { "more?" { "deref?" "0.99" } }
-    { "plox" { "?transmute" "0.99" } }
+    { "plox" { "?call" "0.99" } }
     { "ensure-non-negative" { "assert-non-negative" "0.99" } }
     { "order" { "dispatch-order" "0.99" } }
     { "TEST:" { "DEFINE-TEST-WORD:" "0.99" } }