summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 605b6d2..f2d4cc3 100644
--- a/types.h
+++ b/types.h
@@ -811,6 +811,7 @@ typedef struct Importer {
Allocator *allocr;
Identifier *ident_map; /* [i] = value of identifier with ID i */
ErrCtx err_ctx;
+ Declaration *decls;
} Importer;
typedef struct CGenerator {