mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove khash.c; khash.h dependency to mruby.h; refactoring
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user