summaryrefslogtreecommitdiffhomepage
path: root/src/khash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/khash.c')
-rw-r--r--src/khash.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/khash.c b/src/khash.c
new file mode 100644
index 000000000..7ea09cfe7
--- /dev/null
+++ b/src/khash.c
@@ -0,0 +1,5 @@
+#include "mruby/khash.h"
+
+KHASH_DEFINE(mt, mrb_sym, struct RProc*, 1, kh_int_hash_func, kh_int_hash_equal)
+KHASH_DEFINE(iv, mrb_sym, mrb_value, 1, kh_int_hash_func, kh_int_hash_equal)
+