Commit d67cd99b authored by mimaki's avatar mimaki

typo fixed in irep.h

parent ce195a44
......@@ -10,7 +10,7 @@ typedef struct mrb_irep {
mrb_code *iseq;
mrb_value *pool;
int *syms;
mrb_sym *syms;
int ilen, plen, slen;
} mrb_irep;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment