partial VC support

This commit is contained in:
Yukihiro Matsumoto
2012-05-09 08:49:38 +09:00
parent 2e4e7f7cd1
commit f4cf8ea423
13 changed files with 59 additions and 39 deletions
+1 -1
View File
@@ -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);