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 8fd9af1..05bb48c 100644
--- a/types.h
+++ b/types.h
@@ -811,6 +811,7 @@ typedef struct Importer {
size_t max_ident_id;
Location import_location;
StructDef *structs;
+ FnExpr *fns;
} Importer;
typedef struct CGenerator {