aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-01-05 03:22:00 -0500
committerAndrew Kelley <superjoe30@gmail.com>2017-01-05 03:22:00 -0500
commit349cd79fe433e165bf6cc7fc614dc5851ac86b6e (patch)
tree95d0af046550eeb3c43fb8fee07d5477cf5026e0 /src/all_types.hpp
parent27a633b32a38bf30e1ccd50d512f5e3498786f1f (diff)
downloadzig-349cd79fe433e165bf6cc7fc614dc5851ac86b6e.tar.gz
zig-349cd79fe433e165bf6cc7fc614dc5851ac86b6e.zip
containers created during eval get names for parameters
Diffstat (limited to 'src/all_types.hpp')
-rw-r--r--src/all_types.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp
index c084fd31a1..4449c5c9a6 100644
--- a/src/all_types.hpp
+++ b/src/all_types.hpp
@@ -57,6 +57,7 @@ struct IrExecutable {
Buf *c_import_buf;
AstNode *source_node;
IrExecutable *parent_exec;
+ Scope *begin_scope;
};
enum OutType {