X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=core%2Falien%2Falien.factor;h=689053efd88bfadc9b07ea8722e15d533e3c08ab;hp=385fd606aeca713ee4db6bb035beb0a6f5c5be3e;hb=3f021cfab15972036a15dc46f96bf19bcce4f65e;hpb=2b23ffb6f7597e2f1a71da446944b6e836b88c22 diff --git a/core/alien/alien.factor b/core/alien/alien.factor index 385fd606ae..689053efd8 100644 --- a/core/alien/alien.factor +++ b/core/alien/alien.factor @@ -1,8 +1,9 @@ ! Copyright (C) 2004, 2010 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: accessors assocs byte-arrays byte-vectors continuations -continuations.private init kernel kernel.private math namespaces +continuations.private kernel kernel.private math namespaces sequences ; +USE: init ! required but does not reference words IN: alien BUILTIN: alien { underlying c-ptr read-only initial: f } expired ;