aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index f410419d4..f5997c4bd 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -310,6 +310,8 @@ enum StateFlag : u8 {
enum ViralStateFlag : u8 {
ViralStateFlag_ContainsDeferredProcedure = 1<<0,
+ ViralStateFlag_ContainsOrBreak = 1<<1,
+ ViralStateFlag_ContainsOrReturn = 1<<2,
};