]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix regexp.nfa to load if unicode.case is not already loaded
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 14 Mar 2009 00:40:54 +0000 (19:40 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 14 Mar 2009 00:40:54 +0000 (19:40 -0500)
basis/regexp/nfa/nfa.factor

index 2dc2c1798bef4bd8d5e2d0088a89d2bc3c59fb65..20be6b87d852678755b071a29ebcb78e97ad9afc 100644 (file)
@@ -1,10 +1,10 @@
 ! Copyright (C) 2008, 2009 Doug Coleman, Daniel Ehrenberg.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs grouping kernel
-locals math namespaces sequences fry quotations
-math.order math.ranges vectors unicode.categories
-regexp.transition-tables words sets hashtables combinators.short-circuit
-unicode.case.private regexp.ast regexp.classes ;
+USING: accessors arrays assocs grouping kernel locals math namespaces
+sequences fry quotations math.order math.ranges vectors
+unicode.categories regexp.transition-tables words sets hashtables
+combinators.short-circuit unicode.case unicode.case.private regexp.ast
+regexp.classes ;
 IN: regexp.nfa
 
 ! This uses unicode.case.private for ch>upper and ch>lower