antlr3.inl 151 B

123456789
  1. namespace antlr3 {
  2. //static
  3. ANTLR_INLINE void GenericStream::displayRecognitionError( const StringType& str )
  4. {
  5. fprintf(stderr, str.c_str() );
  6. }
  7. }