diff options
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r-- | src/compiler/ast-tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index a5af775..43971ab 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -111,6 +111,7 @@ typedef struct AstTreeVariable { char *name_end; AstTree *type; AstTree *value; + AstTree *initValue; bool isConst; } AstTreeVariable; |