mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-binding/bindinc.c: should not mix int and size_t.
This commit is contained in:
@@ -45,7 +45,7 @@ binding_eval_error_check(mrb_state *mrb, struct mrb_parser_state *p, const char
|
||||
struct expand_lvspace {
|
||||
mrb_irep *irep;
|
||||
struct REnv *env;
|
||||
size_t numvar;
|
||||
int numvar;
|
||||
mrb_sym syms[LV_BUFFERS];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user