]> gitweb.factorcode.org Git - factor.git/commitdiff
Move add-simple-library to aliens. [amend]
authorTrent Buck <trentbuck@gmail.com>
Fri, 20 Jan 2006 00:04:33 +0000 (00:04 +0000)
committerTrent Buck <trentbuck@gmail.com>
Fri, 20 Jan 2006 00:04:33 +0000 (00:04 +0000)
library/alien/aliens.factor

index a746261913575a6b8f140b54b39afed91e717cc8..51d303eba2789b1faf95d5453bfd73f1684fb68d 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2004, 2005 Slava Pestov.
 ! See http://factor.sf.net/license.txt for BSD license.
 IN: alien
-USING: arrays hashtables io kernel lists math namespaces parser ;
+USING: arrays hashtables io kernel lists math namespaces parser sequences ;
 
 UNION: c-ptr byte-array alien displaced-alien ;