diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-01-05 03:22:00 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-01-05 03:22:00 -0500 |
| commit | 349cd79fe433e165bf6cc7fc614dc5851ac86b6e (patch) | |
| tree | 95d0af046550eeb3c43fb8fee07d5477cf5026e0 /src/all_types.hpp | |
| parent | 27a633b32a38bf30e1ccd50d512f5e3498786f1f (diff) | |
| download | zig-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.hpp | 1 |
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 { |
