summaryrefslogtreecommitdiff
path: root/bleh_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-04 18:56:37 -0400
committerPietro Gagliardi <[email protected]>2014-04-04 18:56:37 -0400
commitba2c1d6d20c9b9afe67a46120969a05672be76cd (patch)
treef3965b53a754bc04846df24090430a778e6a32a4 /bleh_darwin.m
parentbf1e7aae4217eae5556e7dee7445baa34e0430c7 (diff)
Removed objc_msgSend_uint().
Diffstat (limited to 'bleh_darwin.m')
-rw-r--r--bleh_darwin.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bleh_darwin.m b/bleh_darwin.m
index e4b774f..ce5f905 100644
--- a/bleh_darwin.m
+++ b/bleh_darwin.m
@@ -38,7 +38,7 @@ uintptr_t objc_msgSend_uintret_noargs(id obj, SEL sel)
return (uintptr_t) ((NSUInteger) objc_msgSend(obj, sel));
}
-id _objc_msgSend_uint(id obj, SEL sel, uintptr_t a)
+id objc_msgSend_uint(id obj, SEL sel, uintptr_t a)
{
return objc_msgSend(obj, sel, (NSUInteger) a);
}