]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/compiler.factor
assocs: rename assoc-combine/refine to assoc-union-all/intersect-all
[factor.git] / basis / compiler / compiler.factor
index bb41c11f8cbab25c082ce3ed20053389ef33a483..5b6bed1343529ccb961aedc9f8152d4331f33f39 100644 (file)
@@ -167,7 +167,7 @@ M: optimizing-compiler to-recompile ( -- words )
         outdated-conditional-usages %
 
         changed-definitions get filter-word-defs dup zip ,
-    ] { } make assoc-combine keys ;
+    ] { } make assoc-union-all keys ;
 
 M: optimizing-compiler process-forgotten-words
     [ delete-compiled-xref ] each ;