summaryrefslogtreecommitdiff
path: root/ragel/redfsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ragel/redfsm.h')
-rw-r--r--ragel/redfsm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ragel/redfsm.h b/ragel/redfsm.h
index 2e7ad7c..badca23 100644
--- a/ragel/redfsm.h
+++ b/ragel/redfsm.h
@@ -421,6 +421,7 @@ struct RedFsmAp
bool bAnyActionGotos;
bool bAnyActionCalls;
bool bAnyActionRets;
+ bool bAnyActionByValControl;
bool bAnyRegActionRets;
bool bAnyRegActionByValControl;
bool bAnyRegNextStmt;
@@ -456,6 +457,7 @@ struct RedFsmAp
bool anyActionGotos() { return bAnyActionGotos; }
bool anyActionCalls() { return bAnyActionCalls; }
bool anyActionRets() { return bAnyActionRets; }
+ bool anyActionByValControl() { return bAnyActionByValControl; }
bool anyRegActionRets() { return bAnyRegActionRets; }
bool anyRegActionByValControl() { return bAnyRegActionByValControl; }
bool anyRegNextStmt() { return bAnyRegNextStmt; }