summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-01 04:23:49 -0500
committerPietro Gagliardi <[email protected]>2014-03-01 04:23:49 -0500
commit5abea5cc61cc44bdcc7e6bd4b491844d7c5dd5d6 (patch)
tree8df6ff87ef30df6aa6705b684a1e2490dccb4777
parent3def6f6dacb9533d6b70b684b474dc38f305fb3f (diff)
Added objc_msgSend_ptr(), needed by uitask_darwin.go.
-rw-r--r--objc_darwin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h
index 242b605..3a09b63 100644
--- a/objc_darwin.h
+++ b/objc_darwin.h
@@ -57,6 +57,7 @@ m1(id, id)
extern id _objc_msgSend_rect(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h);
m1(sel, SEL)
extern id _objc_msgSend_uint(id obj, SEL sel, uintptr_t a);
+m1(ptr, void *)
m2(id_id, id, id)