diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 21:04:35 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 21:04:35 -0500 |
| commit | 8f451d0271659ea57c4960f858ea61ea7a10598d (patch) | |
| tree | d6706ec0a298bd52fcef4fdc130c627cc7c59a4e /environment.h | |
| parent | 26723deea26f76670f8de07702b3be221d8503fa (diff) | |
Custom tostring functions working
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 1 |
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; |
