summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-10 16:49:32 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-10 16:49:32 -0500
commit17f78f57b2225840144b7b9027e3e032684c4cb0 (patch)
treed6bd2e5896f45b99cebcc3b1be4487edfd5b07b6 /types.h
parent54cbba58ae9c46c5cdd36d260200a5eacf791a0a (diff)
more importing
Diffstat (limited to 'types.h')
-rw-r--r--types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/types.h b/types.h
index f2d4cc3..35a1bad 100644
--- a/types.h
+++ b/types.h
@@ -812,6 +812,9 @@ typedef struct Importer {
Identifier *ident_map; /* [i] = value of identifier with ID i */
ErrCtx err_ctx;
Declaration *decls;
+ size_t max_ident_id;
+ Location import_location;
+ StructDef *structs;
} Importer;
typedef struct CGenerator {