ruby-changes:46283
From: shyouhei <ko1@a...>
Date: Tue, 18 Apr 2017 22:05:44 +0900 (JST)
Subject: [ruby-changes:46283] shyouhei:r58396 (trunk): typo fix (sorry!) [ci skip]
shyouhei 2017-04-18 22:05:38 +0900 (Tue, 18 Apr 2017) New Revision: 58396 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58396 Log: typo fix (sorry!) [ci skip] Surprisingly this was not a syntax error on my machine. Modified files: trunk/insns.def Index: insns.def =================================================================== --- insns.def (revision 58395) +++ insns.def (revision 58396) @@ -702,7 +702,7 @@ checkmatch https://github.com/ruby/ruby/blob/trunk/insns.def#L702 (VALUE target, VALUE pattern) (VALUE result) { - result = vm_check_match(target, pattern, flag) + result = vm_check_match(target, pattern, flag); } /** -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/