]> gitweb.factorcode.org Git - factor.git/commitdiff
alien.inline.types: a trifling matter
authorJeremy Hughes <jedahu@gmail.com>
Wed, 22 Jul 2009 07:30:55 +0000 (19:30 +1200)
committerJeremy Hughes <jedahu@gmail.com>
Wed, 22 Jul 2009 07:30:55 +0000 (19:30 +1200)
extra/alien/inline/types/types.factor

index 34162f422e895fa83ba390cd9957fb5ba9f98dde..070febc3245cab6849ea2c2d93e8f528ba988376 100644 (file)
@@ -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' )