Loading src/scanner.l +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2444,7 +2444,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP}) } } <StaticAssert>"(" { <StaticAssert>"(" { lastSkipRoundContext = FindMembers; lastSkipRoundContext = FindMembers; roundCount=1; roundCount=0; BEGIN(SkipRound); BEGIN(SkipRound); } } <StaticAssert>{BN}+ { lineCount(); } <StaticAssert>{BN}+ { lineCount(); } Loading Loading
src/scanner.l +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2444,7 +2444,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP}) } } <StaticAssert>"(" { <StaticAssert>"(" { lastSkipRoundContext = FindMembers; lastSkipRoundContext = FindMembers; roundCount=1; roundCount=0; BEGIN(SkipRound); BEGIN(SkipRound); } } <StaticAssert>{BN}+ { lineCount(); } <StaticAssert>{BN}+ { lineCount(); } Loading