[macruby-changes] [2866] MacRuby/trunk/bridgesupport.cpp

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 20 00:05:25 PDT 2009


Revision: 2866
          http://trac.macosforge.org/projects/ruby/changeset/2866
Author:   lsansonetti at apple.com
Date:     2009-10-20 00:05:21 -0700 (Tue, 20 Oct 2009)
Log Message:
-----------
better comment with the radar ID

Modified Paths:
--------------
    MacRuby/trunk/bridgesupport.cpp

Modified: MacRuby/trunk/bridgesupport.cpp
===================================================================
--- 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);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091020/bb919130/attachment.html>


More information about the macruby-changes mailing list