]> gitweb.factorcode.org Git - factor.git/blob - vm/inline_cache.hpp
webapps: better style
[factor.git] / vm / inline_cache.hpp
1 namespace factor {
2
3 VM_C_API cell inline_cache_miss(cell return_address, factor_vm* vm);
4
5 }