remove khash.c; khash.h dependency to mruby.h; refactoring

This commit is contained in:
Yukihiro Matsumoto
2012-06-21 10:46:21 +09:00
parent 7842310573
commit 8b8151a60e
-5
View File
@@ -1,5 +0,0 @@
#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)