[前][次][番号順一覧][スレッド一覧]

ruby-changes:13652

From: usa <ko1@a...>
Date: Thu, 22 Oct 2009 21:12:43 +0900 (JST)
Subject: [ruby-changes:13652] Ruby:r25436 (trunk): * class.c (rb_obj_basic_to_s_p): typo. Please become familiar with

usa	2009-10-22 21:12:24 +0900 (Thu, 22 Oct 2009)

  New Revision: 25436

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25436

  Log:
    * class.c (rb_obj_basic_to_s_p): typo.  Please become familiar with
      the ANSI style.

  Modified files:
    trunk/ChangeLog
    trunk/class.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 25435)
+++ ChangeLog	(revision 25436)
@@ -1,3 +1,8 @@
+Thu Oct 22 21:10:39 2009  NAKAMURA Usaku  <usa@r...>
+
+	* class.c (rb_obj_basic_to_s_p): typo.  Please become familiar with
+	  the ANSI style. 
+
 Thu Oct 22 20:20:27 2009  Tanaka Akira  <akr@f...>
 
 	* test/ruby/envutil.rb (assert_in_out_err): test_stdout and
Index: class.c
===================================================================
--- class.c	(revision 25435)
+++ class.c	(revision 25436)
@@ -1258,7 +1258,7 @@
 }
 
 int
-rb_obj_basic_to_s_p(obj)
+rb_obj_basic_to_s_p(VALUE obj)
 {
     const rb_method_entry_t *me = rb_method_entry(CLASS_OF(obj), rb_intern("to_s"));
     if (me && me->def && me->def->type == VM_METHOD_TYPE_CFUNC &&

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]