diff options
Diffstat (limited to 'semantics.h')
-rw-r--r-- | semantics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/semantics.h b/semantics.h index 8f04f16..039e551 100644 --- a/semantics.h +++ b/semantics.h @@ -45,6 +45,7 @@ struct CVar { CType_t type; int start; CNode *ast; + CNode *initr; CBList_t defsite; int global; /* the following fields are used for renaming */ |