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

ruby-changes:24571

From: tadf <ko1@a...>
Date: Sun, 5 Aug 2012 07:04:50 +0900 (JST)
Subject: [ruby-changes:24571] tadf:r36622 (trunk): added a comment

tadf	2012-08-05 07:04:20 +0900 (Sun, 05 Aug 2012)

  New Revision: 36622

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

  Log:
    added a comment

  Modified files:
    trunk/complex.c

Index: complex.c
===================================================================
--- complex.c	(revision 36621)
+++ complex.c	(revision 36622)
@@ -1877,7 +1877,7 @@
     id_to_r = rb_intern("to_r");
     id_to_s = rb_intern("to_s");
     id_i_real = rb_intern("@real");
-    id_i_imag = rb_intern("@image");
+    id_i_imag = rb_intern("@image"); /* @image, not @imag */
 
     rb_cComplex = rb_define_class("Complex", rb_cNumeric);
 

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

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