summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-03-23 00:39:58 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-03-23 00:39:58 -0400
commit65d502fca7400ebcbe3134d730bf8570f7756c42 (patch)
tree69f204da572731df1493f36df96acbeebffd9b53 /types.h
parent8e5951cefcffcd74674233637c07137c6f60ecc1 (diff)
more use
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 710faf8..b75ba71 100644
--- a/types.h
+++ b/types.h
@@ -1057,6 +1057,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 {