aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-19 16:30:19 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-19 16:30:19 -0500
commitb89291957acbefbb0e9db90421411094ebc6aed8 (patch)
treef37c2e971b1322b7e80c3bb8b163fadd16772441 /environment.h
parentc4479e4bd61fb2c68fdac2637a20d6d99f7b9552 (diff)
Restructure compile_file() so it moves a bit more towards less usage of
side effects
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/environment.h b/environment.h
index 287bb2b2..e32e7bd6 100644
--- a/environment.h
+++ b/environment.h
@@ -9,9 +9,8 @@
typedef struct {
CORD local_typedefs;
- CORD typeinfos;
CORD staticdefs;
- CORD funcs;
+ CORD lambdas;
CORD variable_initializers;
CORD function_naming;
} compilation_unit_t;