mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
method function should return mrb_value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user