Quick wording fix in the bleh_darwin.m comments.
This commit is contained in:
parent
fabddf9e0e
commit
048e867e9f
|
@ -19,7 +19,7 @@ Go wrapper functions (bleh_darwin.go) call these directly and take care of stdin
|
||||||
#include <Foundation/NSGeometry.h>
|
#include <Foundation/NSGeometry.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
NSUInteger is listed as being in <objc/NSObjCRuntime.h>... which doesn't exist. Rather than relying on undocumented behavior or explicitly typedef-ing NSUInteger to the (documented) unsigned long, I'll just place things here for maximum safety. I use uintptr_t as that should encompass every possible unsigned long.
|
NSUInteger is listed as being in <objc/NSObjCRuntime.h>... which doesn't exist. Rather than relying on undocumented header file locations or explicitly typedef-ing NSUInteger to the (documented) unsigned long, I'll just place things here for maximum safety. I use uintptr_t as that should encompass every possible unsigned long.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
id _objc_msgSend_uint(id obj, SEL sel, uintptr_t a)
|
id _objc_msgSend_uint(id obj, SEL sel, uintptr_t a)
|
||||||
|
|
Loading…
Reference in New Issue