]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/llvm/wrappers/wrappers.factor
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c...
[factor.git] / extra / llvm / wrappers / wrappers.factor
index 24df1d5a12ea7356bb96a8be313d006ddd775634..27c8a0592a3575d5ee0c0b0fe8c18569d00f9d5d 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2009 Matthew Willis.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types alien.strings
+USING: accessors alien.c-types alien.data alien.strings
 io.encodings.utf8 destructors kernel
 llvm.core llvm.engine ;