aboutsummaryrefslogtreecommitdiff
path: root/semantics.c
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-05 13:12:09 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-05 13:12:09 +0800
commitb6e3e473d0b9c1550791cc3d21d86bfa2920acb8 (patch)
tree59a846bf9d6f168f9fd76bb6f9b171adcc033c0f /semantics.c
parentcd01997d0cc7cbdbcb8b68ddca877a29f29723a4 (diff)
...
Diffstat (limited to 'semantics.c')
-rw-r--r--semantics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/semantics.c b/semantics.c
index b1afee2..a431e25 100644
--- a/semantics.c
+++ b/semantics.c
@@ -273,6 +273,7 @@ CVar_t cvar_create(char *name, CType_t type, CNode *ast) {
cv->defsite = NULL;
cv->loc = 0;
cv->weight = 0;
+ cv->reload = 0;
return cv;
}