fix struct-vectors

db4
Joe Groff 2009-07-07 15:29:16 -05:00
parent fbdcb61763
commit b42a1cc746
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ TUPLE: struct-vector
[ <struct-array> 0 ] keep struct-vector boa ; inline
M: struct-vector new-sequence
[ c-type>> <struct-array> ] [ [ >fixnum ] [ c-type>> ] bi ] 2bi
[ c-type>> <struct-array> ] [ [ >fixnum ] [ c-type>> ] bi* ] 2bi
struct-vector boa ;
M: struct-vector contract 2drop ;
M: struct-array new-resizable c-type>> <struct-vector> ;
INSTANCE: struct-vector growable
INSTANCE: struct-vector growable