aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/antlr3_cpp_runtime/include/antlr3.inl
blob: 5be9b7cd1b4835e101364d4fb411e5304e3ea33c (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() ); 
}

}