diff options
Diffstat (limited to 'src/parse/lex.cpp')
-rw-r--r-- | src/parse/lex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/lex.cpp b/src/parse/lex.cpp index cb97022d..2338adcd 100644 --- a/src/parse/lex.cpp +++ b/src/parse/lex.cpp @@ -989,7 +989,7 @@ void TokenStream::putback(Token tok) { if( m_cache_valid ) { - DEBUG("" << getPosition()); + DEBUG("" << getPosition() << " - Double putback: " << tok << " but " << m_cache); throw ParseError::BugCheck("Double putback"); } else |