[macruby-changes] [4335] MacRuby/trunk/env.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 8 16:45:38 PDT 2010


Revision: 4335
          http://trac.macosforge.org/projects/ruby/changeset/4335
Author:   martinlagardette at apple.com
Date:     2010-07-08 16:45:37 -0700 (Thu, 08 Jul 2010)
Log Message:
-----------
Add selector to the implementation of `ENV#rassoc`

 - Fixes #777

Modified Paths:
--------------
    MacRuby/trunk/env.c

Modified: MacRuby/trunk/env.c
===================================================================
--- MacRuby/trunk/env.c	2010-07-08 23:39:45 UTC (rev 4334)
+++ MacRuby/trunk/env.c	2010-07-08 23:45:37 UTC (rev 4335)
@@ -506,7 +506,7 @@
 }
 
 static VALUE
-env_rassoc(VALUE dmy, VALUE obj)
+env_rassoc(VALUE dmy, SEL sel, VALUE obj)
 {
     rb_secure(4);
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100708/4ccc0df9/attachment.html>


More information about the macruby-changes mailing list