diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -805,7 +805,7 @@ typedef struct Importer { Package *pkg; Allocator *allocr; Identifier *ident_map; /* [i] = value of identifier with ID i */ - ErrCtx err_ctx; + ErrCtx *err_ctx; Declaration *decls; size_t max_ident_id; Location import_location; |