]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/alien/marshall/private/private.factor
move some allocation words that don't really have much to do with c types out of...
[factor.git] / extra / alien / marshall / private / private.factor
index c85b722d11d3d4ddef3d9711c9e5279b0f041646..d138282ff372bad4550f77b4bce277d7b8878bc7 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors alien alien.c-types alien.inline arrays
 combinators fry functors kernel lexer libc macros math
 sequences specialized-arrays libc.private
-combinators.short-circuit ;
+combinators.short-circuit alien.data ;
 SPECIALIZED-ARRAY: void*
 IN: alien.marshall.private