mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ISO C does not allow extra ';' outside of a function; #5107
This commit is contained in:
@@ -168,8 +168,8 @@ mrb_local_variables(mrb_state *mrb, mrb_value self)
|
||||
return mrb_hash_keys(mrb, vars);
|
||||
}
|
||||
|
||||
KHASH_DECLARE(st, mrb_sym, char, FALSE);
|
||||
KHASH_DEFINE(st, mrb_sym, char, FALSE, kh_int_hash_func, kh_int_hash_equal);
|
||||
KHASH_DECLARE(st, mrb_sym, char, FALSE)
|
||||
KHASH_DEFINE(st, mrb_sym, char, FALSE, kh_int_hash_func, kh_int_hash_equal)
|
||||
|
||||
union mt_ptr {
|
||||
struct RProc *proc;
|
||||
|
||||
Reference in New Issue
Block a user