aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/all.h')
-rw-r--r--bootstrap/all.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/all.h b/bootstrap/all.h
index 2996f62..d1d58d9 100644
--- a/bootstrap/all.h
+++ b/bootstrap/all.h
@@ -141,6 +141,7 @@ struct parser {
int envage;
int varid;
int loopid, curloop;
+ const struct type *container;
};
enum typetype {
@@ -261,6 +262,7 @@ struct decl {
char **_cname;
bool externp;
struct span span;
+ const struct type *container;
union {
const struct type *ty;
struct fn fn;