aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-03 02:26:26 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-03 02:26:26 +0800
commit62d4b687702f62a4afad51437251583cc6ee544f (patch)
tree10662af0e0064898e74dd43edb47c5dc010bf58b /ast.h
parent2978a60a24a8e307721b4ac44f2b78decc8d6b8f (diff)
long time no commit... major change
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index 81f6f7e..0979aa0 100644
--- a/ast.h
+++ b/ast.h
@@ -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 */