]> gitweb.factorcode.org Git - factor.git/commitdiff
alien: Fix the usings
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 19 Sep 2012 04:31:34 +0000 (21:31 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 19 Sep 2012 04:31:34 +0000 (21:31 -0700)
core/alien/alien-docs.factor

index 2e5adcf365954fbf6bfb623b0086ccce71d3745f..b8a78eef987c7412b65fdc4024e10919e06d9e0b 100644 (file)
@@ -1,8 +1,7 @@
-USING: byte-arrays arrays help.syntax help.markup
-alien.syntax compiler definitions math libc eval
-debugger parser io io.backend system alien.accessors
-alien.libraries alien.c-types quotations kernel
-sequences ;
+USING: alien.accessors alien.c-types alien.libraries
+alien.syntax arrays byte-arrays compiler cpu.x86 cpu.x86.64
+debugger definitions eval help.markup help.syntax io io.backend
+kernel libc math parser quotations sequences system ;
 IN: alien
 
 HELP: cdecl