This commit is contained in:
Ferdinand Majerech 2014-08-05 21:31:42 +02:00
parent fd93830243
commit 893b43edee

View file

@ -1744,7 +1744,7 @@ final class Scanner
size_t length = 0; size_t length = 0;
dchar c = void; dchar c = void;
// Moved the if() out of the loop for optimization. // Moved the if() out of the loop for optimization.
if(flowLevel_ == 0) if(flowLevel_ == 0)
{ {
c = reader_.peek(length); c = reader_.peek(length);
for(;;) for(;;)
@ -1759,7 +1759,7 @@ final class Scanner
c = cNext; c = cNext;
} }
} }
else else
{ {
for(;;) for(;;)
{ {