summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index ba48e59..86a0a31 100644
--- a/types.h
+++ b/types.h
@@ -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;