]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bitstreams/bitstreams.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / bitstreams / bitstreams.factor
index 6b699cea0d1f256eb7e14f1028cf56da4c1c2b4b..fb917f97945d3d4c339d9be4e969a3c7f4bd6026 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors byte-arrays byte-vectors
-combinators.short-circuit io.binary kernel math math.bitwise
+combinators.short-circuit endian kernel math math.bitwise
 sequences sequences.private ;
 IN: bitstreams