]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-macosx.hpp
Put brackets around ipv6 addresses in `inet6 present`
[factor.git] / vm / os-macosx.hpp
index 0657d60ebab0c26384c406b5a20947dff3c2e10e..83a20541620838a9a31b35cb23a5fdba6485a213 100644 (file)
@@ -9,12 +9,9 @@ const char* vm_executable_path();
 const char* default_image_path();
 
 #define UAP_STACK_POINTER(ucontext) (((ucontext_t*)ucontext)->uc_stack.ss_sp)
-#define UAP_SET_TOC_POINTER(uap, ptr) (void) 0
 
-#define UAP_STACK_POINTER_TYPE void *
-
-#define CODE_TO_FUNCTION_POINTER(code) (void) 0
-#define CODE_TO_FUNCTION_POINTER_CALLBACK(vm, code) (void) 0
+#define CODE_TO_FUNCTION_POINTER(code) (void)0
+#define CODE_TO_FUNCTION_POINTER_CALLBACK(vm, code) (void)0
 #define FUNCTION_CODE_POINTER(ptr) ptr
 #define FUNCTION_TOC_POINTER(ptr) ptr