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

ruby-changes:12208

From: tadf <ko1@a...>
Date: Mon, 29 Jun 2009 20:34:44 +0900 (JST)
Subject: [ruby-changes:12208] Ruby:r23893 (trunk): added a comment.

tadf	2009-06-29 20:33:52 +0900 (Mon, 29 Jun 2009)

  New Revision: 23893

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

  Log:
    added a comment.

  Modified files:
    trunk/rational.c

Index: rational.c
===================================================================
--- rational.c	(revision 23892)
+++ rational.c	(revision 23893)
@@ -927,6 +927,7 @@
 	}
       case T_BIGNUM:
 	rb_warn("in a**b, b may be too big");
+	/* fall through */
       case T_FLOAT:
       case T_RATIONAL:
 	return rb_fexpt(f_to_f(self), other);

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

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