aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-11 09:45:17 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-11 09:45:17 +0800
commit8b7a07ec7fe1449b83112feae26566167600d056 (patch)
tree7e41fe0e0e3bebb173817ede339555ab36b5c012 /ast.h
parentb1263939ee71fea26a2c980829c33a2556a0d65a (diff)
fixed bug of cast
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 8b5c372..84abe4a 100644
--- a/ast.h
+++ b/ast.h
@@ -47,6 +47,7 @@ typedef struct CNode {
struct {
CType_t type;
CVar_t var;
+ int const_val;
} ext;
struct CNode *chd, *next;
/* For error reporting */