Move add-simple-library to aliens. [amend]
parent
89a4eff5b7
commit
5a4087a69b
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2004, 2005 Slava Pestov.
|
! Copyright (C) 2004, 2005 Slava Pestov.
|
||||||
! See http://factor.sf.net/license.txt for BSD license.
|
! See http://factor.sf.net/license.txt for BSD license.
|
||||||
IN: alien
|
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 ;
|
UNION: c-ptr byte-array alien displaced-alien ;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue