]> gitweb.factorcode.org Git - factor.git/blobdiff - core/alien/alien.factor
core: trim using lists with lint.vocabs tool
[factor.git] / core / alien / alien.factor
index 385fd606aeca713ee4db6bb035beb0a6f5c5be3e..689053efd88bfadc9b07ea8722e15d533e3c08ab 100644 (file)
@@ -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 ;