From c48abea0c35f291d7f904c172c87fa492c724992 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sun, 3 Jan 2016 23:14:43 +0000 Subject: Move a comment to the appropriate position. The position of `/* fall through */` was moved by r52931. * insns.def (opt_case_dispatch): Move a comment to the appropriate position. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- insns.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'insns.def') diff --git a/insns.def b/insns.def index df65aa8efd..40b0f9ade8 100644 --- a/insns.def +++ b/insns.def @@ -1266,10 +1266,10 @@ opt_case_dispatch key = FIXABLE(ival) ? LONG2FIX((long)ival) : rb_dbl2big(ival); } } - case T_TRUE: + case T_TRUE: /* fall through */ case T_FALSE: case T_NIL: - case T_SYMBOL: /* fall through */ + case T_SYMBOL: case T_FIXNUM: case T_BIGNUM: case T_STRING: -- cgit v1.2.3