alien.marshall.*: added missing vocabs
parent
3d5b9f1651
commit
cfc3372867
|
@ -11,7 +11,7 @@ specialized-arrays.long specialized-arrays.longlong
|
||||||
specialized-arrays.short specialized-arrays.uchar
|
specialized-arrays.short specialized-arrays.uchar
|
||||||
specialized-arrays.uint specialized-arrays.ulong
|
specialized-arrays.uint specialized-arrays.ulong
|
||||||
specialized-arrays.ulonglong specialized-arrays.ushort strings
|
specialized-arrays.ulonglong specialized-arrays.ushort strings
|
||||||
unix.utilities vocabs.parser words libc.private ;
|
unix.utilities vocabs.parser words libc.private struct-arrays ;
|
||||||
IN: alien.marshall
|
IN: alien.marshall
|
||||||
|
|
||||||
<< primitive-types [ "void*" = not ] filter
|
<< primitive-types [ "void*" = not ] filter
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
USING: accessors alien.c-types alien.marshall arrays assocs
|
USING: accessors alien.c-types alien.marshall arrays assocs
|
||||||
classes.tuple combinators destructors generalizations generic
|
classes.tuple combinators destructors generalizations generic
|
||||||
kernel libc locals parser quotations sequences slots words
|
kernel libc locals parser quotations sequences slots words
|
||||||
alien.structs ;
|
alien.structs lexer vocabs.parser fry effects ;
|
||||||
IN: alien.marshall.structs
|
IN: alien.marshall.structs
|
||||||
|
|
||||||
M: struct-wrapper dispose* underlying>> free ;
|
M: struct-wrapper dispose* underlying>> free ;
|
||||||
|
|
Loading…
Reference in New Issue