aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2016-04-24 16:33:41 -0700
committerAndrew Kelley <superjoe30@gmail.com>2016-04-24 16:33:52 -0700
commit3886fdc19b624e6fa47dcd02b627548bc7a7ada0 (patch)
treeb73b5f700b5514e78c48d755086fe21dc12099aa /src/all_types.hpp
parent8583fd7f9f96887fe685354662b1fc076ebeb031 (diff)
downloadzig-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.hpp2
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