aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-04 02:37:59 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-04 02:37:59 +0800
commit433521231784c6ce26900f88c382bee63cdd169b (patch)
tree99a61049300c73e7d5ab56c65c1776927efc206e /ast.h
parent3730b0fa4b526f5acab73f3f5483f6c044178d3d (diff)
resolve interval building issues in loops
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index 0979aa0..6679a6b 100644
--- a/ast.h
+++ b/ast.h
@@ -49,7 +49,7 @@ typedef struct CNode {
CType_t type;
CVar_t var;
CVList_t autos;
- int const_val;
+ long const_val;
int is_const;
int offset; /* offset from var */
} ext;