[macruby-changes] [735] MacRuby/trunk/objc.m

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 11 15:38:02 PST 2008


Revision: 735
          http://trac.macosforge.org/projects/ruby/changeset/735
Author:   lsansonetti at apple.com
Date:     2008-11-11 15:38:02 -0800 (Tue, 11 Nov 2008)
Log Message:
-----------
better fix

Modified Paths:
--------------
    MacRuby/trunk/objc.m

Modified: MacRuby/trunk/objc.m
===================================================================
--- MacRuby/trunk/objc.m	2008-11-11 23:03:42 UTC (rev 734)
+++ MacRuby/trunk/objc.m	2008-11-11 23:38:02 UTC (rev 735)
@@ -1710,9 +1710,7 @@
     return ((ffi_closure *)imp)->user_data;
 }
 
-#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5
-extern void *_objc_msgForward;
-#endif
+extern id _objc_msgForward(id receiver, SEL sel, ...);
 static void *_objc_msgForward_addr = NULL;
 
 NODE *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20081111/214485c6/attachment.html>


More information about the macruby-changes mailing list