Fix regexp.nfa to load if unicode.case is not already loaded

db4
Slava Pestov 2009-03-13 19:40:54 -05:00
parent ad0ae4200f
commit 67f5a932db
1 changed files with 5 additions and 5 deletions

View File

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