From e1a4bcbdfd338d85f55aa8da318e203b299a2b91 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 26 Aug 2019 10:43:07 -0400 Subject: fix dependency loop errors with zig build --- src/all_types.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/all_types.hpp') diff --git a/src/all_types.hpp b/src/all_types.hpp index 18aa6e6d65..e860b87857 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -1124,6 +1124,7 @@ struct ZigTypePointer { bool is_const; bool is_volatile; bool allow_zero; + bool resolve_loop_flag_zero_bits; }; struct ZigTypeInt { -- cgit v1.2.3