diff --git a/extra/alien/inline/types/types.factor b/extra/alien/inline/types/types.factor index 34162f422e..070febc324 100644 --- a/extra/alien/inline/types/types.factor +++ b/extra/alien/inline/types/types.factor @@ -2,7 +2,7 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.c-types assocs combinators.short-circuit continuations effects fry kernel math memoize sequences -splitting strings peg.ebnf make alien.c-types ; +splitting strings peg.ebnf make ; IN: alien.inline.types : cify-type ( str -- str' )