MRI: Actually define '$MKXP'

This commit is contained in:
Jonas Kulla 2014-08-24 07:21:26 +02:00
parent dbb2249ff3
commit d2fd692041
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ static void mriBindingInit()
_rb_define_module_function(rb_mKernel, "caller", _kernelCaller); _rb_define_module_function(rb_mKernel, "caller", _kernelCaller);
#endif #endif
rb_define_global_const("MKXP", Qtrue); rb_gv_set("MKXP", Qtrue);
} }
static void static void