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 cc79b87..5222f85 100644
--- a/types.h
+++ b/types.h
@@ -610,6 +610,7 @@ typedef struct {
typedef struct Typer {
Allocator allocr;
Evaluator *evalr;
+ Expression **in_expr_decls; /* an array of expressions whose declarations (e.g. each **x := foo**) we are currently inside */
Declaration **in_decls; /* array of declarations we are currently inside */
Block *block;
bool can_ret;