]> gitweb.factorcode.org Git - factor.git/blobdiff - core/words/words.factor
Fixing conflicts from stack checker changes
[factor.git] / core / words / words.factor
index 43a391e46a1968701b0583d0256f3598bfd96fcd..c27ea4fd8fbd02eedb92d6a6ce220b5f445831f3 100755 (executable)
@@ -109,10 +109,9 @@ compiled-generic-crossref [ H{ } clone ] initialize
 
 : compiled-xref ( word dependencies generic-dependencies -- )
     [ [ drop crossref? ] { } assoc-filter-as f like ] bi@
-    [ over ] dip
     [ "compiled-uses" compiled-crossref (compiled-xref) ]
     [ "compiled-generic-uses" compiled-generic-crossref (compiled-xref) ]
-    2bi* ;
+    bi-curry* bi ;
 
 : (compiled-unxref) ( word word-prop variable -- )
     [ [ [ dupd word-prop ] dip get remove-vertex* ] 2curry ]