aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.h b/environment.h
index 3957bd13..edaff809 100644
--- a/environment.h
+++ b/environment.h
@@ -12,6 +12,7 @@ typedef struct {
CORD staticdefs;
CORD funcs;
CORD typeinfos;
+ CORD variable_initializers;
} compilation_unit_t;
typedef struct fn_ctx_s {