aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-16 16:19:08 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-16 16:19:08 +0800
commit27205d8a475e3a8ddafacd4426635187735a35f5 (patch)
tree4aafbf27df806a313af88de4afa0a7fb8abf0e3b /ast.h
parente9babbcd0c0d91d89774fc72d091bb42420221c3 (diff)
prepare for test
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 11fdf04..e63dd0a 100644
--- a/ast.h
+++ b/ast.h
@@ -50,6 +50,7 @@ typedef struct CNode {
CVar_t var;
int const_val;
int is_const;
+ int offest; /* offest from var */
} ext;
struct CNode *chd, *next;
/* For error reporting */