diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-06-06 16:36:49 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-06-06 16:36:49 -0400 |
| commit | f834073264a5d7319a323ac678eaaa3ef8f4648d (patch) | |
| tree | 89a3749a7502c06ca336edcba8c221b3fc4b227c /environment.h | |
| parent | 8c7d53008072dfda8b9d60be92fae1a8046fae5d (diff) | |
Fix issue with importing modules
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environment.h b/environment.h index 0582dfc0..f2229df8 100644 --- a/environment.h +++ b/environment.h @@ -12,7 +12,6 @@ typedef struct { CORD staticdefs; CORD funcs; CORD typeinfos; - CORD object_files; } compilation_unit_t; typedef struct { |
