diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-28 19:53:28 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-28 19:53:28 -0500 |
| commit | 048e867e9fc6bf481639461bcfce168fd5063add (patch) | |
| tree | 3dcb50299e0346e5575fe9750dc0b538a3a6ddc7 | |
| parent | fabddf9e0ecfe5097b1cf0c8a9724cbf4e533e13 (diff) | |
Quick wording fix in the bleh_darwin.m comments.
| -rw-r--r-- | darwintest/bleh_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darwintest/bleh_darwin.m b/darwintest/bleh_darwin.m index 5ed2155..f24806c 100644 --- a/darwintest/bleh_darwin.m +++ b/darwintest/bleh_darwin.m @@ -19,7 +19,7 @@ Go wrapper functions (bleh_darwin.go) call these directly and take care of stdin #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) |
