]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base36/base36.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / base36 / base36.factor
index e937e053f92b2b05c03e2acb01ed73b0133d420c..3d11cd619ea7e98f15d5ca394a56e82a8b301f3a 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 math.functions
+endian kernel kernel.private literals math math.functions
 sequences ;
 
 IN: base36