]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/calendar/unix/unix.factor
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c...
[factor.git] / basis / calendar / unix / unix.factor
index 58d280248f96d0b921514e3d191444d00ba83f89..f5b3afe9eef3da0722eae29f56c9613ebcf71436 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien alien.c-types alien.syntax arrays calendar
-kernel math unix unix.time unix.types namespaces system
+USING: alien alien.c-types alien.data alien.syntax arrays
+calendar kernel math unix unix.time unix.types namespaces system
 accessors classes.struct ;
 IN: calendar.unix