Skip to content
Snippets Groups Projects
Commit c9137ecd authored by Patrick Dular's avatar Patrick Dular
Browse files

Single comment

parent 0b0f2f13
No related branches found
No related tags found
No related merge requests found
......@@ -3249,7 +3249,7 @@ Loop :
// Go after the next ElseIf or Else or EndIf
int type_until2 = 0;
skip_until_test("If", "EndIf", "ElseIf", 4, &type_until2);
if(!type_until2) ImbricatedTest--;
if(!type_until2) ImbricatedTest--; // EndIf reached
}
}
| tElseIf '(' FExpr ')'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment