aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/antlr3_cpp_runtime/include/antlr3.inl
blob: b2d223398d51c584c278e7d71ab5d87560568cf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
namespace antlr3 {

//static 
ANTLR_INLINE void GenericStream::displayRecognitionError( const StringType& str )
{
	fprintf(stderr, str.c_str() );
}

}