diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1063,6 +1063,7 @@ typedef struct Typer { Namespace *nms; StrHashTable included_files; /* maps to IncludedFile */ UsedExpr *used; /* things which are currently being `use`d. dynamic array NOT on the allocator. */ + File *file; } Typer; typedef struct CGenerator { |