mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
irep->pool struct pool -> mrb_value
This commit is contained in:
+1
-11
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user