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 2dfd4bfb..dac3065a 100644
--- a/environment.h
+++ b/environment.h
@@ -13,6 +13,7 @@ typedef struct {
CORD funcs;
CORD typeinfos;
CORD variable_initializers;
+ CORD function_naming;
} compilation_unit_t;
typedef struct fn_ctx_s {