From 1ab2b611cdc3ea443f2a2bf57360c9fff24797a2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 1 Mar 2014 21:52:15 -0500 Subject: Expanded documentation for previous commit. --- bleh_darwin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bleh_darwin.m') diff --git a/bleh_darwin.m b/bleh_darwin.m index bfd685f..80896ef 100644 --- a/bleh_darwin.m +++ b/bleh_darwin.m @@ -83,7 +83,7 @@ Same as NSRect above, but for NSSize now. */ /* -...like this one. (Note which function is being cast below.) +...like this one. (Note which function is being cast below.) This is an Intel-specific optimization; though this code won't run on PowerPC Macs (Go, and thus package ui, requires 10.6), if desktop ARM becomes a thing all bets are off. (tl;dr TODO) */ static NSSize (*objc_msgSend_stret_size)(id, SEL, ...) = (NSSize (*)(id, SEL, ...)) objc_msgSend; -- cgit v1.2.3