blob: 79974afc1bc24cea9da9d33fda54006317139e3f [file] [log] [blame]
ANTLR_BEGIN_NAMESPACE()
//static
ANTLR_INLINE void GenericStream::displayRecognitionError( const StringType& str )
{
fprintf(stderr, str.c_str() );
}
ANTLR_END_NAMESPACE()