]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/remote-control/remote-control.factor
move some allocation words that don't really have much to do with c types out of...
[factor.git] / basis / alien / remote-control / remote-control.factor
index b72c79e47818a8be27331e26d887e14996ee047e..4ccd0e7488792a743cde60eb07ff8a068833d7b0 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2007, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien alien.c-types alien.strings parser
+USING: accessors alien alien.data alien.strings parser
 threads words kernel.private kernel io.encodings.utf8 eval ;
 IN: alien.remote-control