Added support for implicitly-sized initialized arrays.
Also fixed dynamic arrays not being cleared before initializing.
This commit is contained in:
parent
a1ae01e392
commit
4fdcc47edc
4 changed files with 62 additions and 8 deletions
|
|
@ -2194,6 +2194,7 @@ class FxLocalArrayDeclaration : public FxLocalVariableDeclaration
|
|||
{
|
||||
PType *ElementType;
|
||||
FArgumentList values;
|
||||
FxExpression *clearExpr;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue