mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove encode_class and converter_class from mrb_state
This commit is contained in:
@@ -348,6 +348,9 @@ void mrb_econv_binmode(mrb_econv_t *ec);
|
||||
|
||||
int mrb_isspace(int c);
|
||||
|
||||
#define ENCODE_CLASS (mrb_class_obj_get(mrb, "Encoding"))
|
||||
#define CONVERTER_CLASS (mrb_class_obj_get(mrb, "Converter"))
|
||||
|
||||
#if defined(__cplusplus)
|
||||
} /* extern "C" { */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user