mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
NaN boxing
This commit is contained in:
+1
-1
@@ -677,7 +677,7 @@ mrb_const_defined(mrb_state *mrb, mrb_value mod, mrb_sym sym)
|
||||
static void
|
||||
mod_const_check(mrb_state *mrb, mrb_value mod)
|
||||
{
|
||||
switch (mod.tt) {
|
||||
switch (mrb_type(mod)) {
|
||||
case MRB_TT_CLASS:
|
||||
case MRB_TT_MODULE:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user