diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-04 18:56:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-04 18:56:37 -0400 |
| commit | ba2c1d6d20c9b9afe67a46120969a05672be76cd (patch) | |
| tree | f3965b53a754bc04846df24090430a778e6a32a4 /bleh_darwin.m | |
| parent | bf1e7aae4217eae5556e7dee7445baa34e0430c7 (diff) | |
Removed objc_msgSend_uint().
Diffstat (limited to 'bleh_darwin.m')
| -rw-r--r-- | bleh_darwin.m | 2 |
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); } |
