From f4cf8ea423d8f9df1d341adba63d1416779aae8a Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Wed, 9 May 2012 08:49:38 +0900 Subject: partial VC support --- src/variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index 2e12bd156..e769eaba0 100644 --- a/src/variable.c +++ b/src/variable.c @@ -350,7 +350,7 @@ mrb_value mrb_f_global_variables(mrb_state *mrb, mrb_value self) { char buf[3]; - int i; + khint_t i; struct kh_iv *h = mrb->globals; mrb_value ary = mrb_ary_new(mrb); -- cgit v1.2.3