]> gitweb.factorcode.org Git - factor.git/blob - vm/inline_cache.hpp
Put brackets around ipv6 addresses in `inet6 present`
[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 }