]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/finalization/finalization.factor
Updating code for make and fry changes
[factor.git] / basis / compiler / tree / finalization / finalization.factor
index 540119f709665da38c31d3190e552022a82aa5c3..dafe032ab6afb68d57e7b08c725f1b4f2ddb3830 100644 (file)
@@ -68,7 +68,7 @@ MEMO: builtin-predicate-expansion ( word -- nodes )
 MEMO: (tuple-boa-expansion) ( n -- quot )
     [
         [ 2 + ] map <reversed>
-        [ '[ [ , set-slot ] keep ] % ] each
+        [ '[ [ _ set-slot ] keep ] % ] each
     ] [ ] make ;
 
 : tuple-boa-expansion ( layout -- quot )