summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/mruby/irep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/irep.h b/include/mruby/irep.h
index ede6780e6..5d860273f 100644
--- a/include/mruby/irep.h
+++ b/include/mruby/irep.h
@@ -53,7 +53,7 @@ typedef struct mrb_irep {
const mrb_code *iseq;
const mrb_pool_value *pool;
const mrb_sym *syms;
- const struct mrb_irep **reps;
+ const struct mrb_irep * const *reps;
const struct mrb_lvinfo *lv;
/* debug info */