]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/collation/collation.factor
Removing integers-as-sequences
[factor.git] / basis / unicode / collation / collation.factor
index ea0487c703525e8c9b311ebdf8f7e5484e3ca269..dc3cd89b51097f5b6cfcdd50a486b444e512d1b5 100644 (file)
@@ -82,7 +82,7 @@ ducet insert-helpers
 \r
 : add ( char -- )\r
     dup blocked? [ 1string , ] [\r
-        dup possible-bases dup length\r
+        dup possible-bases dup length iota\r
         [ ?combine ] with with any?\r
         [ drop ] [ 1string , ] if\r
     ] if ;\r