]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/alien/marshall/marshall.factor
move some allocation words that don't really have much to do with c types out of...
[factor.git] / extra / alien / marshall / marshall.factor
index d343da0fe0db186bf4284edf13f7b6d4cbb48676..059ee72de1c481fd2d986dd7e0f3bc1411020e54 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors alien alien.c-types alien.inline.types
 alien.marshall.private alien.strings byte-arrays classes
 combinators combinators.short-circuit destructors fry
-io.encodings.utf8 kernel libc sequences
+io.encodings.utf8 kernel libc sequences alien.data
 specialized-arrays strings unix.utilities vocabs.parser
 words libc.private locals generalizations math ;
 FROM: alien.c-types => float short ;