summaryrefslogtreecommitdiffhomepage
path: root/src/class.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-04-03 10:14:55 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-04-03 10:14:55 +0900
commit83a1e7122b5cb8fc22ddcef91241daabf98b1261 (patch)
treeb9c65cae849844be7d1b2072fe61f0e7f1306509 /src/class.c
parent5be2bfb52369db2178ecb9dcdd31c19893e799ce (diff)
parent91805fb0a56748c39fd415607f26df55e4b03bae (diff)
downloadmruby-83a1e7122b5cb8fc22ddcef91241daabf98b1261.tar.gz
mruby-83a1e7122b5cb8fc22ddcef91241daabf98b1261.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src/class.c')
-rw-r--r--src/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class.c b/src/class.c
index 54cf598a3..656120845 100644
--- a/src/class.c
+++ b/src/class.c
@@ -16,7 +16,7 @@
#include "mruby/error.h"
#include "mruby/data.h"
-KHASH_DEFINE(mt, mrb_sym, struct RProc*, 1, kh_int_hash_func, kh_int_hash_equal)
+KHASH_DEFINE(mt, mrb_sym, struct RProc*, TRUE, kh_int_hash_func, kh_int_hash_equal)
void
mrb_gc_mark_mt(mrb_state *mrb, struct RClass *c)