Tokenizer::syntaxError: show details about unlogged syntax error.

This commit is contained in:
Slava Semushin 2009-09-01 23:58:36 +07:00
parent eebe7457c9
commit d8f2ec934b
1 changed files with 3 additions and 1 deletions

View File

@ -3503,7 +3503,9 @@ void Tokenizer::syntaxError(const Token *tok, char c)
if (!_errorLogger)
{
std::cout << "### Unlogged error at Tokenizer::syntaxError" << std::endl;
std::cout << "### Unlogged error at Tokenizer::syntaxError: Invalid number of character ("
<< c << ")"
<< std::endl;
return;
}