symbol length type to be mrb_int

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-03-15 15:43:40 +09:00
parent b868ce8a77
commit c476c1b528
11 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ mrb_debug_info_append_file(mrb_state *mrb, mrb_irep *irep,
mrb_irep_debug_info_file *ret;
uint32_t file_pc_count;
size_t fn_len;
size_t len;
mrb_int len;
uint32_t i;
if (!irep->debug_info) { return NULL; }