Initialize potentially uninitialized local variable.

parent 1c360965
......@@ -5558,7 +5558,7 @@ mrb_parser_parse(parser_state *p, mrbc_context *c)
p->jmp = &buf1;
MRB_TRY(p->jmp) {
int n;
int n = 1;
p->cmd_start = TRUE;
p->in_def = p->in_single = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment