diff options
| author | gingerBill <bill@gingerbill.org> | 2020-05-12 10:31:49 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-05-12 10:31:49 +0100 |
| commit | fcdfcfce19bff98a3dbfa4b8f960d7bcd64679aa (patch) | |
| tree | e6866601f15b6138a4e338a5f6acaa94c69cf7df /src/entity.cpp | |
| parent | d49ecd9009c25279adc25adce064bdd072557c74 (diff) | |
Let -vet ignore intentional declaration shadowing #637
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index fdd277331..dba289305 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -121,6 +121,7 @@ struct Entity { ExactValue value; } Constant; struct { + Ast *init_expr; // only used for some variables within procedure bodies i32 field_index; i32 field_src_index; |