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 158fd04..ba4bcc2 100644
--- a/types.h
+++ b/types.h
@@ -914,6 +914,7 @@ typedef struct CGenerator {
bool will_indent; /* will the next thing be indented? */
ParsedFile *file;
Block *block;
+ Namespace *nms;
FnExpr *fn; /* which function are we in? (NULL for none) - not used during decls */
Evaluator *evalr;
Identifier main_ident;