]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/endian/endian.factor
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c...
[factor.git] / basis / endian / endian.factor
index 502b13026511f574995db14e6222885dce802166..4f59f71f3a9066a3c5cba7d352cc19b49e3786f2 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.c-types namespaces io.binary fry
+USING: alien.c-types alien.data namespaces io.binary fry
 kernel math grouping sequences math.bitwise ;
 IN: endian