Skip to content

Commit 993a7b2

Browse files
committed
Fix linux build
1 parent 8536968 commit 993a7b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Parser/Scan.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,7 @@ tokens Scanner<EncodingPolicy>::ScanCore(bool identifyKwds)
15901590
m_tkPrevious = m_ptoken->tk;
15911591
m_iecpLimTokPrevious = IecpLimTok(); // Introduced for use by lambda parsing to find correct span of expression lambdas
15921592
m_ichLimTokPrevious = IchLimTok();
1593+
size_t saveMultiUnits = this->m_cMultiUnits;
15931594

15941595
if (p >= last)
15951596
{
@@ -1619,8 +1620,6 @@ tokens Scanner<EncodingPolicy>::ScanCore(bool identifyKwds)
16191620
}
16201621
}
16211622

1622-
size_t saveMultiUnits = this->m_cMultiUnits;
1623-
16241623
for (;;)
16251624
{
16261625
LLoop:

0 commit comments

Comments
 (0)