mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Use StackHelper for very long if/else chains
This commit is contained in:
parent
22b0aba954
commit
084566cdc6
7 changed files with 68 additions and 7 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
CreateStmtFlags_AllowUnterminatedExpression = 4,
|
||||
CreateStmtFlags_AllowLocalFunction = 8,
|
||||
CreateStmtFlags_ForceVariableDecl = 0x10,
|
||||
CreateStmtFlags_CheckStack = 0x20,
|
||||
|
||||
CreateStmtFlags_To_CreateExprFlags_Mask = 1
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue