Fix potential load order issue with alien.complex; it used a slot defined in alien.structs but didn't reference that file by name

db4
Slava Pestov 2009-02-12 09:48:50 -06:00
parent 215127e9f6
commit 489bb32a98
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2009 Slava Pestov. ! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! 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 ; sequences kernel ;
IN: alien.complex IN: alien.complex