]> gitweb.factorcode.org Git - factor.git/commitdiff
fixups: adding layouts rename of 32bit? and 64bit?
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 22 Jan 2022 19:47:35 +0000 (11:47 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 22 Jan 2022 19:47:35 +0000 (11:47 -0800)
basis/fixups/fixups.factor

index 6404add671bd43a7a949ac073c67dc98f2b44699..ba2312d708d011f8dbce25fc2e2781fb22675306 100644 (file)
@@ -7,10 +7,11 @@ IN: fixups
 CONSTANT: vocab-renames {
     { "math.intervals" { "intervals" "0.99" } }
     { "math.ranges" { "ranges" "0.99" } }
-    { "unicode.collation" { "unicode" "0.99" } }
 }
 
 CONSTANT: word-renames {
+    { "32bit?" { "layouts:32-bit?" "0.99" } }
+    { "64bit?" { "layouts:64-bit?" "0.99" } }
     { "lines" { "io:read-lines" "0.99" } }
     { "words" { "splitting:split-words" "0.99" } }
     { "contents" { "io:read-contents" "0.99" } }