remove encode_class and converter_class from mrb_state

This commit is contained in:
Yukihiro Matsumoto
2012-05-10 23:16:28 +09:00
parent 4e40121f71
commit affb5cb7c2
4 changed files with 11 additions and 13 deletions
+3
View File
@@ -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