fix duplicate using lines
parent
a469f78fa7
commit
9c85bc8ce3
|
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays kernel math namespaces make sequences
|
USING: accessors arrays kernel math namespaces make sequences
|
||||||
system layouts alien alien.c-types alien.accessors alien.structs
|
system layouts alien alien.c-types alien.accessors alien.structs
|
||||||
slots splitting assocs combinators make locals cpu.x86.assembler
|
slots splitting assocs combinators locals cpu.x86.assembler
|
||||||
cpu.x86 cpu.architecture compiler.constants
|
cpu.x86 cpu.architecture compiler.constants
|
||||||
compiler.codegen compiler.codegen.fixup
|
compiler.codegen compiler.codegen.fixup
|
||||||
compiler.cfg.instructions compiler.cfg.builder
|
compiler.cfg.instructions compiler.cfg.builder
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien alien.c-types arrays destructors io io.backend
|
USING: alien alien.c-types arrays destructors io io.backend
|
||||||
io.buffers io.files io.ports io.binary io.timeouts system
|
io.buffers io.files io.ports io.binary io.timeouts system
|
||||||
windows.errors strings kernel math namespaces sequences
|
strings kernel math namespaces sequences windows.errors
|
||||||
windows.errors windows.kernel32 windows.shell32 windows.types
|
windows.kernel32 windows.shell32 windows.types windows.winsock
|
||||||
windows.winsock splitting continuations math.bitwise accessors ;
|
splitting continuations math.bitwise accessors ;
|
||||||
IN: io.backend.windows
|
IN: io.backend.windows
|
||||||
|
|
||||||
: set-inherit ( handle ? -- )
|
: set-inherit ( handle ? -- )
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
USING: generic help.markup help.syntax kernel kernel.private
|
USING: generic help.markup help.syntax kernel kernel.private
|
||||||
namespaces sequences words arrays layouts help effects math
|
namespaces sequences words arrays layouts help effects math
|
||||||
layouts classes.private classes compiler.units ;
|
classes.private classes compiler.units ;
|
||||||
IN: classes.predicate
|
IN: classes.predicate
|
||||||
|
|
||||||
ARTICLE: "predicates" "Predicate classes"
|
ARTICLE: "predicates" "Predicate classes"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue