diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ typedef struct CNode { struct { CType_t type; CVar_t var; + CVList_t autos; int const_val; int is_const; int offset; /* offset from var */ |