Replace int with mrb_bool in parse_string func

This commit is contained in:
Jun Hiroe
2014-10-27 01:50:21 +09:00
parent 9d8be78f3a
commit 832b529679
+1 -1
View File
@@ -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++;