summaryrefslogtreecommitdiff
path: root/FlexLexer.h
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-07 10:11:41 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-07 10:11:41 +0000
commitcd0e94e833e69b7b52210125b74f2728bdbb2afb (patch)
tree7b227237069d3ffae50d4bd8452648098cc75074 /FlexLexer.h
parente478ea833f649bdb0e1b7a835b7259289b87b963 (diff)
Support for yyFlexLexer::LexerError
Diffstat (limited to 'FlexLexer.h')
-rw-r--r--FlexLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/FlexLexer.h b/FlexLexer.h
index 4427def..f1616b4 100644
--- a/FlexLexer.h
+++ b/FlexLexer.h
@@ -104,6 +104,7 @@ public:
protected:
virtual int LexerInput( char* buf, int max_size );
virtual void LexerOutput( const char* buf, int size );
+ virtual void LexerError( const char* msg );
void yyunput( int c, char* buf_ptr );
int yyinput();