]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fixups/fixups.factor
core: rename ensure-non-negative to assert-non-negative
[factor.git] / basis / fixups / fixups.factor
index 72a3d6b4895dc7b0f7ca3935ddabd142f5dfe9b6..75d2d309bff78744d6c5634c7aeb5f6d0145124e 100644 (file)
@@ -64,6 +64,7 @@ CONSTANT: word-renames {
     { "more?" { "deref?" "0.99" } }
     { "plox" { "?transmute" "0.99" } }
     { "?if" { "?if-old" "0.99" } }
+    { "ensure-non-negative" { "assert-non-negative" "0.99" } }
 }
 
 : compute-assoc-fixups ( continuation name assoc -- seq )