summaryrefslogtreecommitdiff
path: root/redfsm/gendata.h
diff options
context:
space:
mode:
Diffstat (limited to 'redfsm/gendata.h')
-rw-r--r--redfsm/gendata.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/redfsm/gendata.h b/redfsm/gendata.h
index a5a3d0a6..34d9becb 100644
--- a/redfsm/gendata.h
+++ b/redfsm/gendata.h
@@ -99,7 +99,17 @@ struct CodeGenData
CondSpaceList condSpaceList;
InlineList *getKeyExpr;
InlineList *accessExpr;
- InlineList *curStateExpr;
+
+ /* Overriding variables. */
+ InlineList *pExpr;
+ InlineList *peExpr;
+ InlineList *csExpr;
+ InlineList *topExpr;
+ InlineList *stackExpr;
+ InlineList *actExpr;
+ InlineList *tokstartExpr;
+ InlineList *tokendExpr;
+
KeyOps thisKeyOps;
bool wantComplete;
EntryIdVect entryPointIds;