]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/c/lexer/lexer.factor
unicode: make this the API for all unicode things.
[factor.git] / extra / c / lexer / lexer.factor
index a42c422bb8be58f5a8a20871d5cbe8cf00a564b1..f20ba0f17d468888b8ae97998acfb4450285c7b8 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors combinators combinators.short-circuit
 generalizations kernel locals math.order math.ranges
 sequences.parser sequences sequences.generalizations
-sorting.functor sorting.slots unicode.categories ;
+sorting.functor sorting.slots unicode ;
 IN: c.lexer
 
 : take-c-comment ( sequence-parser -- seq/f )