Commit 832b5296 authored by Jun Hiroe's avatar Jun Hiroe

Replace int with mrb_bool in parse_string func

parent 9d8be78f
......@@ -3838,7 +3838,7 @@ parse_string(parser_state *p)
newtok(p);
while ((c = nextc(p)) != end || nest_level != 0) {
if (hinf && (c == '\n' || c < 0)) {
int line_head;
mrb_bool line_head;
tokadd(p, '\n');
tokfix(p);
p->lineno++;
......
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