fixed the mistake I made when applying patch

This commit is contained in:
Daniel Marjamäki 2010-07-18 20:56:19 +02:00
parent 689de10abf
commit e7690836fd
1 changed files with 0 additions and 4 deletions

View File

@ -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;
} }