Stop warning: extra ';' outside of a function

This commit is contained in:
Ryunosuke SATO
2012-11-30 22:42:25 +09:00
parent 2ea245db3d
commit ee0563823d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ iv_free(mrb_state *mrb, iv_tbl *t)
#endif
KHASH_DECLARE(iv, mrb_sym, mrb_value, 1)
KHASH_DEFINE(iv, mrb_sym, mrb_value, 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)
typedef struct iv_tbl {
khash_t(iv) h;