summaryrefslogtreecommitdiff
path: root/FlexLexer.h
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-16 20:46:12 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-16 20:46:12 +0000
commit9ae90fea66ea209fc69e78f601a6e3b1c8471fcb (patch)
tree863b6e1e24fb52fde4747cb74779705253b9df5b /FlexLexer.h
parent008d27567e2d804ad7de3ae5bf79fd5ce57c9e93 (diff)
Added yy_top_state()
Diffstat (limited to 'FlexLexer.h')
-rw-r--r--FlexLexer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/FlexLexer.h b/FlexLexer.h
index c90f30d..87636e3 100644
--- a/FlexLexer.h
+++ b/FlexLexer.h
@@ -122,7 +122,8 @@ protected:
int* yy_start_stack;
void yy_push_state( int new_state );
- int yy_pop_state();
+ void yy_pop_state();
+ int yy_top_state();
yy_state_type yy_get_previous_state();
yy_state_type yy_try_NUL_trans( yy_state_type current_state );