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 /objc_darwin.h | |
| parent | bf1e7aae4217eae5556e7dee7445baa34e0430c7 (diff) | |
Removed objc_msgSend_uint().
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index c999fe9..fadeded 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -86,7 +86,7 @@ m1(str, char *) /* TODO Go string? */ 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); +extern id objc_msgSend_uint(id obj, SEL sel, uintptr_t a); m1(ptr, void *) m1(bool, BOOL) extern id objc_msgSend_int(id obj, SEL sel, intptr_t a); |
