aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-17 21:04:35 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-17 21:04:35 -0500
commit8f451d0271659ea57c4960f858ea61ea7a10598d (patch)
treed6706ec0a298bd52fcef4fdc130c627cc7c59a4e /environment.h
parent26723deea26f76670f8de07702b3be221d8503fa (diff)
Custom tostring functions working
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 64b59594..2f5c84dd 100644
--- a/environment.h
+++ b/environment.h
@@ -11,6 +11,7 @@ typedef struct {
CORD typecode;
CORD staticdefs;
CORD funcs;
+ CORD typeinfos;
CORD main;
} compilation_unit_t;