alien.marshall.*: added missing vocabs

db4
Jeremy Hughes 2009-07-09 10:33:54 +12:00
parent 3d5b9f1651
commit cfc3372867
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ specialized-arrays.long specialized-arrays.longlong
specialized-arrays.short specialized-arrays.uchar
specialized-arrays.uint specialized-arrays.ulong
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
<< primitive-types [ "void*" = not ] filter

View File

@ -3,7 +3,7 @@
USING: accessors alien.c-types alien.marshall arrays assocs
classes.tuple combinators destructors generalizations generic
kernel libc locals parser quotations sequences slots words
alien.structs ;
alien.structs lexer vocabs.parser fry effects ;
IN: alien.marshall.structs
M: struct-wrapper dispose* underlying>> free ;