From 51e70cae465b09957f67b0df82f0b2d556626ca2 Mon Sep 17 00:00:00 2001 From: tadf Date: Mon, 29 Jun 2009 11:33:52 +0000 Subject: added a comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- rational.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rational.c') diff --git a/rational.c b/rational.c index 19ec3d1ffe..7427226904 100644 --- a/rational.c +++ b/rational.c @@ -927,6 +927,7 @@ nurat_expt(VALUE self, VALUE other) } 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); -- cgit v1.2.3