aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-11 15:53:22 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-11 15:53:22 +0800
commita19c85b2b0c70db4e87efe129da38ea870f8971c (patch)
tree23be83dde9d5e9b8094a99fe758478e435304fe7 /semantics.h
parent8b7a07ec7fe1449b83112feae26566167600d056 (diff)
basic const precalculation
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/semantics.h b/semantics.h
index d781737..cf3666a 100644
--- a/semantics.h
+++ b/semantics.h
@@ -120,7 +120,6 @@ struct CScope {
typedef struct ExpType {
CType_t type;
int lval;
- int is_var;
} ExpType;
CScope_t cscope_create();