[macruby-changes] [1814] MacRuby/branches/experimental/numeric.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 8 21:45:21 PDT 2009


Revision: 1814
          http://trac.macosforge.org/projects/ruby/changeset/1814
Author:   lsansonetti at apple.com
Date:     2009-06-08 21:45:21 -0700 (Mon, 08 Jun 2009)
Log Message:
-----------
fixed Float.induced_from

Modified Paths:
--------------
    MacRuby/branches/experimental/numeric.c

Modified: MacRuby/branches/experimental/numeric.c
===================================================================
--- MacRuby/branches/experimental/numeric.c	2009-06-09 04:40:45 UTC (rev 1813)
+++ MacRuby/branches/experimental/numeric.c	2009-06-09 04:45:21 UTC (rev 1814)
@@ -2016,7 +2016,7 @@
  */
 
 static VALUE
-rb_flo_induced_from(VALUE klass, VALUE x)
+rb_flo_induced_from(VALUE klass, SEL sel, VALUE x)
 {
     switch (TYPE(x)) {
       case T_FIXNUM:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090608/266f09e1/attachment-0001.html>


More information about the macruby-changes mailing list