diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-02-19 16:30:19 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-02-19 16:30:19 -0500 |
| commit | b89291957acbefbb0e9db90421411094ebc6aed8 (patch) | |
| tree | f37c2e971b1322b7e80c3bb8b163fadd16772441 /environment.h | |
| parent | c4479e4bd61fb2c68fdac2637a20d6d99f7b9552 (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.h | 3 |
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; |
