]> gitweb.factorcode.org Git - factor.git/commitdiff
unicode.breaks: Another fix for bootstrap
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 1 Apr 2021 03:49:39 +0000 (22:49 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 1 Apr 2021 03:49:39 +0000 (22:49 -0500)
basis/unicode/breaks/breaks.factor

index 672c85dd4ade8a8b4837aace2eb761a12c032981..3a4b7604421c093f375201f3a8d28a4f3c6bd950 100644 (file)
@@ -297,7 +297,9 @@ SYMBOL: check-RI-pair
     table get [
         [ { { 0 [ f ] } { 1 [ t ] } [ ] } case ] map
     ] map ;
+>>
 
+<<
 CONSTANT: word-table $[
     unicode-words init-table table
     [ make-word-table finish-word-table ] with-variable