aboutsummaryrefslogtreecommitdiff
path: root/compile.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-19 14:22:03 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-19 14:22:03 -0400
commitadbb07fdc27af677923fb5453b845c7cd7b135a7 (patch)
tree490caac013b97a49545487c956b8586b82ceeb9c /compile.h
parent7b444cd8249c933fb24e5195d9c511156f8b22f4 (diff)
Module imports
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.h b/compile.h
index 49e41fbc..6be4a997 100644
--- a/compile.h
+++ b/compile.h
@@ -11,7 +11,7 @@
typedef struct {
const char *module_name;
- CORD header, c_file;
+ CORD header, c_file, object_files;
} module_code_t;
CORD expr_as_text(env_t *env, CORD expr, type_t *t, CORD color);