aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-04 10:05:28 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-04 10:05:28 +0800
commit5f8c8cb8293ecdd76a9fda30a9a7fdf7b89232cd (patch)
treead62094086f8e983c7b5547a998fc16857719cf0 /semantics.h
parentee16d16e23f53704722b111e8791be49000c2965 (diff)
ready for register arg
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/semantics.h b/semantics.h
index 855efb1..151ca5d 100644
--- a/semantics.h
+++ b/semantics.h
@@ -47,7 +47,7 @@ struct CVar {
CNode *ast;
CNode *initr;
CBList_t defsite;
- int global;
+ int loc;
/* the following fields are used for renaming */
int cnt;
int weight;