ruby-changes:45900
From: kazu <ko1@a...>
Date: Tue, 14 Mar 2017 23:46:15 +0900 (JST)
Subject: [ruby-changes:45900] kazu:r57973 (trunk): vm_insnhelper.c: undef BUILTIN_CLASS_P too
kazu 2017-03-14 23:46:10 +0900 (Tue, 14 Mar 2017) New Revision: 57973 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57973 Log: vm_insnhelper.c: undef BUILTIN_CLASS_P too Modified files: trunk/vm_insnhelper.c Index: vm_insnhelper.c =================================================================== --- vm_insnhelper.c (revision 57972) +++ vm_insnhelper.c (revision 57973) @@ -1288,6 +1288,7 @@ opt_eq_func(VALUE recv, VALUE obj, CALL_ https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L1288 } } #undef EQ_UNREDEFINED_P +#undef BUILTIN_CLASS_P { vm_search_method(ci, cc, recv); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/