disable performSelector: signature runtime fix
--- 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"