alien: Fix the usings
parent
9e74efc1a5
commit
df3f1eaa5b
|
@ -1,8 +1,7 @@
|
||||||
USING: byte-arrays arrays help.syntax help.markup
|
USING: alien.accessors alien.c-types alien.libraries
|
||||||
alien.syntax compiler definitions math libc eval
|
alien.syntax arrays byte-arrays compiler cpu.x86 cpu.x86.64
|
||||||
debugger parser io io.backend system alien.accessors
|
debugger definitions eval help.markup help.syntax io io.backend
|
||||||
alien.libraries alien.c-types quotations kernel
|
kernel libc math parser quotations sequences system ;
|
||||||
sequences ;
|
|
||||||
IN: alien
|
IN: alien
|
||||||
|
|
||||||
HELP: cdecl
|
HELP: cdecl
|
||||||
|
|
Loading…
Reference in New Issue