Commit 46d8c08a authored by take_cheeze's avatar take_cheeze

Use int32_t as line variable type.

parent 197f3cb9
......@@ -2688,7 +2688,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
int ai;
mrb_code c;
const char *file = NULL, *next_file;
int line;
int32_t line;
if (!irep) return;
printf("irep %p nregs=%d nlocals=%d pools=%d syms=%d reps=%d\n", 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