mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Reverting some marshal stuff
This commit is contained in:
parent
f4aace6a27
commit
ecd0d92d30
1 changed files with 3 additions and 3 deletions
|
|
@ -223,7 +223,7 @@ fileIntBindingInit()
|
|||
/* We overload the built-in 'Marshal::load()' function to silently
|
||||
* insert our utf8proc that ensures all read strings will be
|
||||
* UTF-8 encoded */
|
||||
// VALUE marsh = rb_const_get(rb_cObject, rb_intern("Marshal"));
|
||||
// rb_define_alias(rb_singleton_class(marsh), "_mkxp_load_alias", "load");
|
||||
// _rb_define_module_function(marsh, "load", _marshalLoad);
|
||||
VALUE marsh = rb_const_get(rb_cObject, rb_intern("Marshal"));
|
||||
rb_define_alias(rb_singleton_class(marsh), "_mkxp_load_alias", "load");
|
||||
_rb_define_module_function(marsh, "load", _marshalLoad);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue