]> gitweb.factorcode.org Git - factor.git/blob - vm/os-freebsd.hpp
xmode.marker: caching match group regexps for performance
[factor.git] / vm / os-freebsd.hpp
1 namespace factor {
2
3 #define CODE_TO_FUNCTION_POINTER(code) (void)0
4 #define CODE_TO_FUNCTION_POINTER_CALLBACK(vm, code) (void)0
5 #define FUNCTION_CODE_POINTER(ptr) ptr
6 #define FUNCTION_TOC_POINTER(ptr) ptr
7 }