summaryrefslogtreecommitdiff
path: root/colm/fsmcodegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/fsmcodegen.h')
-rw-r--r--colm/fsmcodegen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/colm/fsmcodegen.h b/colm/fsmcodegen.h
index 39ae1876..29fcb98d 100644
--- a/colm/fsmcodegen.h
+++ b/colm/fsmcodegen.h
@@ -75,6 +75,7 @@ public:
RedFsm *redFsm, FsmTables *fsmTables );
protected:
+
string FSM_NAME();
string START_STATE_ID();
ostream &ACTIONS_ARRAY();
@@ -165,6 +166,7 @@ public:
bool dataPrefix;
bool writeFirstFinal;
bool writeErr;
+ bool skipTokenLabelNeeded;
std::ostream &TO_STATE_ACTION_SWITCH();
std::ostream &FROM_STATE_ACTION_SWITCH();