summaryrefslogtreecommitdiffhomepage
path: root/src/codegen.c
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-04-28 22:17:40 +0900
committertake_cheeze <[email protected]>2014-04-28 22:17:40 +0900
commit46d8c08a14cca69cae424e924423c42a462f8ab1 (patch)
treea1ca0606bab6ecd834a51dd4b8c193e682d0a488 /src/codegen.c
parent197f3cb9015b229b3e01fdc69658993abec1bc87 (diff)
downloadmruby-46d8c08a14cca69cae424e924423c42a462f8ab1.tar.gz
mruby-46d8c08a14cca69cae424e924423c42a462f8ab1.zip
Use int32_t as line variable type.
Diffstat (limited to 'src/codegen.c')
-rw-r--r--src/codegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.c b/src/codegen.c
index f8ff029ff..f9ccf2d48 100644
--- a/src/codegen.c
+++ b/src/codegen.c
@@ -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,