Skip to content

Commit

Permalink
latest fix for compilation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chuggafan committed Sep 27, 2024
1 parent 6ab0c91 commit bd2f152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/occparse/lex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2021,7 +2021,7 @@ LexList* getsym(void)
int end = linePointer - (const unsigned char*)currentLine.c_str();
if (valid && tokenIterator != preProcessor->TokenPositions().end())
{
auto& p = *tokenIterator;
const auto& p = *tokenIterator;
int oldend = end;
if (start <= p.newStart)
{
Expand Down

0 comments on commit bd2f152

Please sign in to comment.