summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-01 16:00:05 -0500
committerPietro Gagliardi <[email protected]>2014-03-01 16:00:05 -0500
commit91379e5a9a3f933004b1d2c85ea3b14d0ed7ce50 (patch)
treed221c553e6cb1fb418bf4fcf0a1e8c7974206a80
parentb45db582610d8759a0b6a59f8e5b8394cea9edce (diff)
Added a TODO marker to the last commit.
-rw-r--r--bleh_darwin.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bleh_darwin.m b/bleh_darwin.m
index 2ef6c21..d8e2bc5 100644
--- a/bleh_darwin.m
+++ b/bleh_darwin.m
@@ -31,7 +31,7 @@ I use int64_t for maximum safety, as my coordinates are stored as Go ints and Go
*/
/*
-This is not documented in the docs, but is in various places on apple.com. In fact, the docs are actually WRONG: they imply you pass a pointer to the structure as the first argument to objc_msgSend_stret! And there might be some cases where we can't use stret because the struct is small enough... we'll see.
+This is not documented in the docs, but is in various places on apple.com. In fact, the docs are actually WRONG: they imply you pass a pointer to the structure as the first argument to objc_msgSend_stret! And there might be some cases where we can't use stret because the struct is small enough... we'll see. (TODO)
*/
static NSRect (*objc_msgSend_stret_rect)(id, SEL, ...) =
(NSRect (*)(id, SEL, ...)) objc_msgSend_stret;