summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-14 14:46:10 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-14 14:46:10 +0000
commit871d497c01299bf8144f64d9920e502f74f8c617 (patch)
tree92e824f14956de2ff3d9483a26b3d7b37218c038
parent279d31f11de8bd0727626a6c32ccd72e1da76508 (diff)
vm_insnhelper.c: undef BUILTIN_CLASS_P too
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--vm_insnhelper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index f04d8365ab..61d0289ad5 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -1288,6 +1288,7 @@ opt_eq_func(VALUE recv, VALUE obj, CALL_INFO ci, CALL_CACHE cc)
}
}
#undef EQ_UNREDEFINED_P
+#undef BUILTIN_CLASS_P
{
vm_search_method(ci, cc, recv);