]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generic/standard/standard.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / core / generic / standard / standard.factor
index c8d1acba8f4a13d32a3add0f7d9e5d11ae42acbe..87611a76d0a8ab7fa1dce518a1f8015e4969f999 100644 (file)
@@ -44,7 +44,7 @@ M: standard-combination inline-cache-quot ( word methods -- )
     #! Direct calls to the generic word (not tail calls or indirect calls)
     #! will jump to the inline cache entry point instead of the megamorphic
     #! dispatch entry point.
-    combination get #>> [ f inline-cache-miss ] 3curry [ ] like ;
+    combination get #>> [ { } inline-cache-miss ] 3curry [ ] like ;
 
 : make-empty-cache ( -- array )
     mega-cache-size get f <array> ;