diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-03 10:14:55 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-03 10:14:55 +0900 |
| commit | 83a1e7122b5cb8fc22ddcef91241daabf98b1261 (patch) | |
| tree | b9c65cae849844be7d1b2072fe61f0e7f1306509 /src/class.c | |
| parent | 5be2bfb52369db2178ecb9dcdd31c19893e799ce (diff) | |
| parent | 91805fb0a56748c39fd415607f26df55e4b03bae (diff) | |
| download | mruby-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.c | 2 |
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) |
