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

source_changes at macosforge.org source_changes at macosforge.org
Thu May 27 14:55:16 PDT 2010


Revision: 4172
          http://trac.macosforge.org/projects/ruby/changeset/4172
Author:   lsansonetti at apple.com
Date:     2010-05-27 14:55:13 -0700 (Thu, 27 May 2010)
Log Message:
-----------
disable performSelector: signature runtime fix

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

Modified: MacRuby/trunk/bridgesupport.cpp
===================================================================
--- MacRuby/trunk/bridgesupport.cpp	2010-05-27 21:39:54 UTC (rev 4171)
+++ MacRuby/trunk/bridgesupport.cpp	2010-05-27 21:55:13 UTC (rev 4172)
@@ -1350,6 +1350,7 @@
 	}
     }
 #endif
+#if MAC_OS_X_VERSION_MAX_ALLOWED < 1070
     static bool R7281806fixed = false;
     // XXX work around for
     // <rdar://problem/7281806> -[NSObject performSelector:] has wrong sel_of_type attributes
@@ -1370,6 +1371,7 @@
 	    }
 	}	
     }
+#endif
 }
 
 extern "C"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100527/1823e1ec/attachment.html>


More information about the macruby-changes mailing list