]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base62/base62.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / base62 / base62.factor
index 40c29cacb0ef4bd18354066234aeff652a98767d..9cc6d037210430c8561bf8abe4c2caa59eb528b1 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 
 USING: base64.private byte-arrays checksums checksums.sha
-io.binary kernel kernel.private literals math sequences ;
+endian kernel kernel.private literals math sequences ;
 
 IN: base62