ruby-changes:52564
From: svn <ko1@a...>
Date: Tue, 18 Sep 2018 22:52:14 +0900 (JST)
Subject: [ruby-changes:52564] svn:r64776 (trunk): * expand tabs.
svn 2018-09-18 22:52:08 +0900 (Tue, 18 Sep 2018) New Revision: 64776 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64776 Log: * expand tabs. Modified files: trunk/vm_insnhelper.c Index: vm_insnhelper.c =================================================================== --- vm_insnhelper.c (revision 64775) +++ vm_insnhelper.c (revision 64776) @@ -2401,7 +2401,7 @@ vm_call_method(rb_execution_context_t *e https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L2401 if (ci->flag & VM_CALL_VCALL) stat |= MISSING_VCALL; cc->aux.method_missing_reason = stat; - CC_SET_FASTPATH(cc, vm_call_method_missing, TRUE); + CC_SET_FASTPATH(cc, vm_call_method_missing, TRUE); return vm_call_method_missing(ec, cfp, calling, ci, cc); } return vm_call_method_each_type(ec, cfp, calling, ci, cc); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/