method function should return mrb_value

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-04-05 04:40:36 +09:00
parent ff710487b7
commit 001ce2612b
+1
View File
@@ -1751,6 +1751,7 @@ static mrb_value
mrb_mod_s_constants(mrb_state *mrb, mrb_value mod)
{
mrb_raise(mrb, E_NOTIMP_ERROR, "Module.constants not implemented");
return mrb_nil_value(); /* not reached */
}
static mrb_value