specialized-arrays: fill in missing manifest bits

db4
Joe Groff 2011-10-14 23:23:42 -07:00
parent cd0eb76806
commit f626e456dd
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ compiler.tree.debugger math libc destructors sequences.private
multiline eval words vocabs namespaces assocs prettyprint
alien.data math.vectors definitions compiler.test ;
FROM: specialized-arrays.private => specialized-array-vocab ;
FROM: alien.c-types => int float bool char float ulonglong ushort uint
FROM: alien.c-types => int float bool uchar char float ulonglong ushort uint
heap-size ;
FROM: alien.data => little-endian? ;
IN: specialized-arrays.tests
SPECIALIZED-ARRAY: int
SPECIALIZED-ARRAYS: bool ushort char uint float ulonglong ;
SPECIALIZED-ARRAYS: bool uchar ushort char uint float ulonglong ;
[ t ] [ { 1 2 3 } int >c-array int-array? ] unit-test