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())
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
cppcheckError(0);
|
||||
=======
|
||||
std::cerr << "####### Preprocessor bug! #######\n";
|
||||
>>>>>>> asd
|
||||
deallocateTokens();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue