irep->pool struct pool -> mrb_value

This commit is contained in:
Miura Hideki
2013-11-17 16:33:39 +09:00
parent 2bda965258
commit 54c5b12fb7
8 changed files with 74 additions and 84 deletions
+1 -11
View File
@@ -26,17 +26,7 @@ typedef struct mrb_irep {
uint8_t flags;
mrb_code *iseq;
struct irep_pool {
union {
mrb_float f;
struct irep_pool_string {
mrb_int len;
char buf[1];
} *s;
mrb_int i;
} value;
enum irep_pool_type type;
} *pool;
mrb_value *pool;
mrb_sym *syms;
struct mrb_irep **reps;