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 0667549..67c0645 100644
--- a/types.h
+++ b/types.h
@@ -855,6 +855,7 @@ typedef struct ParsedFile {
typedef struct Parser {
Tokenizer *tokr;
Allocator *allocr;
+ Identifiers *globals;
File *file;
Block *block; /* which block are we in? NULL = file scope */
ParsedFile *parsed_file;