summaryrefslogtreecommitdiff
path: root/FlexLexer.h
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1995-03-05 21:35:10 +0000
committerVern Paxson <vern@ee.lbl.gov>1995-03-05 21:35:10 +0000
commit47f27317e6a07683bf488cee36147ad79a198c21 (patch)
tree1347c02628aa1ba6b9deb4a28f361726b971ff62 /FlexLexer.h
parent1c9ad6692d08ff66226cc25309118e20e438ea11 (diff)
added yy_flush_buffer
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 8289148..5b34500 100644
--- a/FlexLexer.h
+++ b/FlexLexer.h
@@ -113,6 +113,7 @@ protected:
void yy_load_buffer_state();
void yy_init_buffer( struct yy_buffer_state* b, istream* s );
+ void yy_flush_buffer( struct yy_buffer_state* b );
int yy_start_stack_ptr;
int yy_start_stack_depth;