From 048e867e9fc6bf481639461bcfce168fd5063add Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 28 Feb 2014 19:53:28 -0500 Subject: [PATCH] Quick wording fix in the bleh_darwin.m comments. --- darwintest/bleh_darwin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /* -NSUInteger is listed as being in ... 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 ... 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)