Fix USING: in alien.factor

db4
Slava Pestov 2008-03-19 13:26:39 -05:00
parent e826f1fe4a
commit 3d43c0350e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: assocs kernel math namespaces sequences system
kernel.private tuples bit-arrays byte-arrays float-arrays
shuffle arrays macros ;
arrays ;
IN: alien
! Some predicate classes used by the compiler for optimization