Skip to content
Snippets Groups Projects
Commit 6b08d3f0 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[cleanup] fix == instead of =

parent 1bb8ff24
No related branches found
No related tags found
No related merge requests found
......@@ -1759,7 +1759,7 @@ void Lexer::handlePPDirectiveInACSL(const std::string& buffer, size_t& position,
_clangSema->Diags.Report(idloc,ppError) << msg.str();
removeFromRevision(start);
} else if (ppstate == PP_IN_IF) {
ppstate == PP_SKIP_TO_END;
ppstate = PP_SKIP_TO_END;
} else if (ppstate == PP_SKIP_TO_ELIF) {
ppstate = PP_IN_IF;
} else if (ppstate == PP_SKIP_TO_END) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment