android13/external/antlr/runtime/Cpp/include/antlr3.inl

9 lines
175 B
C++
Executable File

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