From bc4c90de075fd77ecb844daca0a456a06922786b Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Wed, 11 Jan 2017 09:05:02 -0500 Subject: Use mrb_int for argc. --- src/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/error.c') diff --git a/src/error.c b/src/error.c index fda2cd15c..0292910dd 100644 --- a/src/error.c +++ b/src/error.c @@ -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) { -- cgit v1.2.3