ruby-changes:4483
From: ko1@a...
Date: Fri, 11 Apr 2008 17:37:02 +0900 (JST)
Subject: [ruby-changes:4483] matz - Ruby:r15975 (trunk): * enum.c (count_i): modified to shut warning up.
matz 2008-04-11 17:36:47 +0900 (Fri, 11 Apr 2008)
New Revision: 15975
Modified files:
trunk/ChangeLog
trunk/enum.c
Log:
* enum.c (count_i): modified to shut warning up.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15975&r2=15974&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/enum.c?r1=15975&r2=15974&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 15974)
+++ ChangeLog (revision 15975)
@@ -1,3 +1,7 @@
+Fri Apr 11 17:35:06 2008 Yukihiro Matsumoto <matz@r...>
+
+ * enum.c (count_i): modified to shut warning up.
+
Fri Apr 11 17:25:09 2008 Akinori MUSHA <knu@i...>
* enum.c (count_i, count_iter_i, enum_count, enum_find_index):
Index: enum.c
===================================================================
--- enum.c (revision 15974)
+++ enum.c (revision 15975)
@@ -81,7 +81,7 @@
}
static VALUE
-count_i(VALUE i, VALUE memop)
+count_i(VALUE i, VALUE memop, int argc, VALUE *argv)
{
VALUE *memo = (VALUE*)memop;
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/