store :initialize in mrb structure

This commit is contained in:
Yukihiro Matsumoto
2012-08-08 00:25:35 +09:00
parent f0462b4122
commit 8af5a999bf
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -238,6 +238,7 @@ typedef struct mrb_state {
struct mrb_irep **irep;
size_t irep_len, irep_capa;
mrb_sym init_sym;
struct RClass *object_class;
struct RClass *class_class;
struct RClass *module_class;