Revision
4335
Author
martinlagardette@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

Diff

Modified: MacRuby/trunk/env.c (4334 => 4335)


--- 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);