aboutsummaryrefslogtreecommitdiff
path: root/compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.h b/compile.h
index a599c883..e3c2f368 100644
--- a/compile.h
+++ b/compile.h
@@ -8,6 +8,7 @@
#include "environment.h"
typedef struct {
+ const char *module_name;
CORD header, c_file;
} module_code_t;