diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -811,6 +811,7 @@ typedef struct Importer { size_t max_ident_id; Location import_location; StructDef *structs; + FnExpr *fns; } Importer; typedef struct CGenerator { |