mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
Fixed multi var decl in switch case
This commit is contained in:
parent
9c2f95e1cd
commit
d91483ed83
2 changed files with 10 additions and 2 deletions
|
@ -135,6 +135,7 @@ public:
|
|||
BfTypeDeclaration* mCurTypeDecl;
|
||||
BfTypeDeclaration* mLastTypeDecl;
|
||||
BfMethodDeclaration* mCurMethodDecl;
|
||||
BfAstNode* mLastBlockNode;
|
||||
bool mStmtHasError;
|
||||
bool mPrevStmtHadError;
|
||||
bool mCompatMode; // Does C++ compatible parsing
|
||||
|
@ -144,7 +145,7 @@ public:
|
|||
bool mSkipCurrentNodeAssert;
|
||||
BfVisitorPos mVisitorPos;
|
||||
int mDocumentCheckIdx;
|
||||
SizedArray<BfAstNode*, 4> mExteriorNodes;
|
||||
SizedArray<BfAstNode*, 4> mExteriorNodes;
|
||||
|
||||
int mAssertCurrentNodeIdx;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue