Use mrb_int instead of int

This commit is contained in:
cubicdaiya
2014-03-25 21:17:13 +09:00
parent 648059575d
commit bf3f45fc70
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ mrb_value
mrb_struct_init_copy(mrb_state *mrb, mrb_value copy)
{
mrb_value s;
int i, len;
mrb_int i, len;
mrb_get_args(mrb, "o", &s);