diff options
| -rw-r--r-- | src/irep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irep.h b/src/irep.h index 5ec6cc6f1..d73931a90 100644 --- a/src/irep.h +++ b/src/irep.h @@ -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; |
