mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Replace int with mrb_bool in parse_string func
This commit is contained in:
+1
-1
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user