diff --git a/core/alien/syntax/syntax.factor b/core/alien/syntax/syntax.factor index 9b7bc6a214..12bf0c5cb9 100755 --- a/core/alien/syntax/syntax.factor +++ b/core/alien/syntax/syntax.factor @@ -1,8 +1,8 @@ ! Copyright (C) 2005, 2007 Slava Pestov, Alex Chapman. ! See http://factorcode.org/license.txt for BSD license. -USING: arrays alien alien.c-types alien.structs kernel math -namespaces parser sequences words quotations math.parser -splitting effects prettyprint prettyprint.sections +USING: arrays alien alien.c-types alien.structs alien.arrays +kernel math namespaces parser sequences words quotations +math.parser splitting effects prettyprint prettyprint.sections prettyprint.backend assocs combinators ; IN: alien.syntax