]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/boyer-moore/boyer-moore.factor
slots: pre-create the "at", "nth", and "global" slots to make deterministic the curre...
[factor.git] / extra / boyer-moore / boyer-moore.factor
index aba3f614a12642c7e5bd9e0d55d97603f39545e6..54340a50ba7888d29e610e8d3df213b9011f2db8 100644 (file)
@@ -2,6 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs kernel locals math math.order
 math.ranges sequences sequences.private z-algorithm ;
+FROM: sequences.private => change-nth-unsafe ;
 IN: boyer-moore
 
 <PRIVATE