gobject-introspection.ffi: USING: clean up;
parent
4d4dccd96f
commit
73a07eee31
|
@ -1,16 +1,10 @@
|
||||||
! Copyright (C) 2010 Anton Gorenko.
|
! Copyright (C) 2010 Anton Gorenko.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien alien.c-types alien.parser arrays assocs
|
USING: accessors alien.c-types alien.parser arrays ascii
|
||||||
classes.parser classes.struct combinators
|
classes.parser classes.struct combinators gobject-introspection.common
|
||||||
combinators.short-circuit definitions effects fry
|
gobject-introspection.repository gobject-introspection.types kernel
|
||||||
gobject-introspection.common gobject-introspection.types kernel
|
locals make math.parser namespaces parser sequences
|
||||||
math.parser namespaces parser quotations sequences
|
splitting.monotonic words words.constant ;
|
||||||
|
|
||||||
gobject-introspection.standard-types
|
|
||||||
prettyprint ascii gobject-introspection.repository locals
|
|
||||||
compiler.units make splitting.monotonic
|
|
||||||
|
|
||||||
sequences.generalizations words words.constant ;
|
|
||||||
IN: gobject-introspection.ffi
|
IN: gobject-introspection.ffi
|
||||||
|
|
||||||
SYMBOL: constant-prefix
|
SYMBOL: constant-prefix
|
||||||
|
|
Loading…
Reference in New Issue