aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
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;