fix compacted case parsing bug
This commit is contained in:
parent
7379eaf180
commit
86a4d4a118
1 changed files with 0 additions and 2 deletions
|
|
@ -1566,8 +1566,6 @@ std::pair<case_block*, parse_context> parse_case(parse_context ctx)
|
||||||
{
|
{
|
||||||
parse_error("Unexpected token ';'", ctx);
|
parse_error("Unexpected token ';'", ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.i++;
|
|
||||||
ctx.i=skip_unread(ctx);
|
ctx.i=skip_unread(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue