Fix potential load order issue with alien.complex; it used a slot defined in alien.structs but didn't reference that file by name
parent
215127e9f6
commit
489bb32a98
|
@ -1,6 +1,6 @@
|
|||
! Copyright (C) 2009 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types alien.complex.functor accessors
|
||||
USING: alien.c-types alien.structs alien.complex.functor accessors
|
||||
sequences kernel ;
|
||||
IN: alien.complex
|
||||
|
||||
|
|
Loading…
Reference in New Issue