Fix load order issue
parent
fbf992b414
commit
a8160d74ad
|
@ -1,8 +1,8 @@
|
||||||
! Copyright (C) 2005, 2007 Slava Pestov, Alex Chapman.
|
! Copyright (C) 2005, 2007 Slava Pestov, Alex Chapman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays alien alien.c-types alien.structs kernel math
|
USING: arrays alien alien.c-types alien.structs alien.arrays
|
||||||
namespaces parser sequences words quotations math.parser
|
kernel math namespaces parser sequences words quotations
|
||||||
splitting effects prettyprint prettyprint.sections
|
math.parser splitting effects prettyprint prettyprint.sections
|
||||||
prettyprint.backend assocs combinators ;
|
prettyprint.backend assocs combinators ;
|
||||||
IN: alien.syntax
|
IN: alien.syntax
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue