]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/cleanup/cleanup-tests.factor
Updating code for make and fry changes
[factor.git] / basis / compiler / tree / cleanup / cleanup-tests.factor
index 644b834117fc76ce3f000b6ced68445ad4e0fb90..a761c8ec1e13b1591f5b700e9b98f6d7c5a7e69f 100644 (file)
@@ -36,7 +36,7 @@ compiler.tree.checker ;
 : inlined? ( quot seq/word -- ? )
     [ cleaned-up-tree ] dip
     dup word? [ 1array ] when
-    '[ dup #call? [ word>> , member? ] [ drop f ] if ]
+    '[ dup #call? [ word>> _ member? ] [ drop f ] if ]
     contains-node? not ;
 
 [ f ] [