Skip to content

Commit

Permalink
Use int32_t as line variable type.
Browse files Browse the repository at this point in the history
  • Loading branch information
take-cheeze committed Apr 28, 2014
1 parent 197f3cb commit 46d8c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 46d8c08

Please sign in to comment.