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 a3a211a..c71b5fd 100644
--- a/types.h
+++ b/types.h
@@ -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 {