Add case statement of MRB_TT_SCLASS in mrb_obj_is_kind_of()

This commit is contained in:
Kei Sawada
2015-12-16 15:54:03 +09:00
parent f54a98ff15
commit d69b5c3fc7
+1
View File
@@ -481,6 +481,7 @@ mrb_obj_is_kind_of(mrb_state *mrb, mrb_value obj, struct RClass *c)
case MRB_TT_MODULE:
case MRB_TT_CLASS:
case MRB_TT_ICLASS:
case MRB_TT_SCLASS:
break;
default: