aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-03 14:12:40 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-03 14:12:40 -0500
commitc72d4ec8eb932e63c740983f2f6116de3ea36fba (patch)
treee8af3af8b996864fd15e611b68ee4ddb0f17941a /environment.h
parentbde2a0b33833af613ab7d8949f25864ec268cb1e (diff)
Make constructors actually functions for enums
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 bbbdd01d..47d1dea2 100644
--- a/environment.h
+++ b/environment.h
@@ -9,6 +9,7 @@ typedef struct {
CORD imports;
CORD typedefs;
CORD typecode;
+ CORD fndefs;
CORD staticdefs;
CORD funcs;
CORD typeinfos;