fixed the mistake I made when applying patch
This commit is contained in:
parent
689de10abf
commit
e7690836fd
|
@ -359,11 +359,7 @@ void Tokenizer::createTokens(std::istream &code)
|
||||||
{
|
{
|
||||||
if (lineNumbers.empty() || fileIndexes.empty())
|
if (lineNumbers.empty() || fileIndexes.empty())
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
cppcheckError(0);
|
cppcheckError(0);
|
||||||
=======
|
|
||||||
std::cerr << "####### Preprocessor bug! #######\n";
|
|
||||||
>>>>>>> asd
|
|
||||||
deallocateTokens();
|
deallocateTokens();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue