diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2016-04-24 16:33:41 -0700 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2016-04-24 16:33:52 -0700 |
| commit | 3886fdc19b624e6fa47dcd02b627548bc7a7ada0 (patch) | |
| tree | b73b5f700b5514e78c48d755086fe21dc12099aa /src/all_types.hpp | |
| parent | 8583fd7f9f96887fe685354662b1fc076ebeb031 (diff) | |
| download | zig-3886fdc19b624e6fa47dcd02b627548bc7a7ada0.tar.gz zig-3886fdc19b624e6fa47dcd02b627548bc7a7ada0.zip | |
rename unknown_size_array to slice
Diffstat (limited to 'src/all_types.hpp')
| -rw-r--r-- | src/all_types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp index bbb69779ea..9c9631a05c 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -870,7 +870,7 @@ struct TypeTableEntryStruct { TypeStructField *fields; uint64_t size_bytes; bool is_invalid; // true if any fields are invalid - bool is_unknown_size_array; + bool is_slice; BlockContext *block_context; // set this flag temporarily to detect infinite loops |
