diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symbol.c b/src/symbol.c index 89e81af0e..aa5b659fa 100644 --- a/src/symbol.c +++ b/src/symbol.c @@ -17,7 +17,7 @@ #include <stdio.h> /* ------------------------------------------------------ */ -KHASH_MAP_INIT_INT(s2n, const char*); +KHASH_INIT(s2n, mrb_sym, const char*, 1, kh_int_hash_func, kh_int_hash_equal) KHASH_MAP_INIT_STR(n2s, mrb_sym); /* ------------------------------------------------------ */ mrb_sym |
