Use mrb_int for argc.

This commit is contained in:
Clayton Smith
2017-01-11 09:05:02 -05:00
parent db1bd078be
commit bc4c90de07
+1 -1
View File
@@ -44,7 +44,7 @@ static mrb_value
exc_initialize(mrb_state *mrb, mrb_value exc)
{
mrb_value mesg;
int argc;
mrb_int argc;
mrb_value *argv;
if (mrb_get_args(mrb, "|o*", &mesg, &argv, &argc) >= 1) {