]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/lcs/lcs.factor
Updating code for make and fry changes
[factor.git] / basis / lcs / lcs.factor
index 6f9ae3c88397f6047bedd9dd9d8b095acbf4356e..759e923a34b8eae56f203e9e68705864198dbff5 100755 (executable)
@@ -1,5 +1,6 @@
 USING: sequences kernel math locals math.order math.ranges\r
-accessors arrays namespaces combinators combinators.short-circuit ;\r
+accessors arrays namespaces make combinators\r
+combinators.short-circuit ;\r
 IN: lcs\r
 \r
 <PRIVATE\r