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 b01e295..4082dd6 100644
--- a/types.h
+++ b/types.h
@@ -788,6 +788,7 @@ typedef struct Importer {
FILE *in;
Package *pkg;
Allocator *allocr;
+ Identifier *ident_map; /* [i] = value of identifier with ID i */
} Importer;
typedef struct CGenerator {