aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
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;