Fix io.mmap.ushort

db4
Slava Pestov 2008-12-03 12:51:26 -06:00
parent 8956ee0cc5
commit 9354207a5f
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
USE: specialized-arrays.functor
IN: specialized-arrays.ushort
USING: io.mmap.functor specialized-arrays.direct.ushort ;
IN: io.mmap.ushort
<< "ushort" define-array >>
<< "ushort" define-mapped-array >>