Move add-simple-library to aliens. [amend]

cvs
Trent Buck 2006-01-20 00:04:33 +00:00
parent 89a4eff5b7
commit 5a4087a69b
1 changed files with 1 additions and 1 deletions

View 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 ;