Modified: MacRuby/trunk/bridgesupport.cpp (2865 => 2866)
--- MacRuby/trunk/bridgesupport.cpp 2009-10-20 07:00:25 UTC (rev 2865)
+++ MacRuby/trunk/bridgesupport.cpp 2009-10-20 07:05:21 UTC (rev 2866)
@@ -989,8 +989,7 @@
char *type;
#if __LP64__
- // XXX workaround a BridgeSupport bug: 64-bit annotations for
- // informal_protocol elements are missing!
+ // XXX workaround <rdar://problem/7318177> 64-bit informal protocol annotations are missing
// Manually converting some 32-bit types to 64-bit...
const size_t typelen = strlen(bs_inf_prot_method->type) + 1;
type = (char *)alloca(typelen);