aboutsummaryrefslogtreecommitdiff
path: root/tools/process_headers.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-11-06 13:51:33 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-11-06 13:51:33 -0700
commit008dd90f1fb55f8782d7b435cf78629e7cea34e0 (patch)
treee4810b5c50218eb5f2998b30527f8e931c33b40f /tools/process_headers.zig
parent030f00391af6a46697db8031d5bd58e78eca2454 (diff)
downloadzig-008dd90f1fb55f8782d7b435cf78629e7cea34e0.tar.gz
zig-008dd90f1fb55f8782d7b435cf78629e7cea34e0.zip
update process_headers tool
Diffstat (limited to 'tools/process_headers.zig')
-rw-r--r--tools/process_headers.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/process_headers.zig b/tools/process_headers.zig
index b5bce2ef7f..d3486c0693 100644
--- a/tools/process_headers.zig
+++ b/tools/process_headers.zig
@@ -249,7 +249,7 @@ const Contents = struct {
};
const HashToContents = std.StringHashMap(Contents);
-const TargetToHash = std.HashMap(DestTarget, []const u8, DestTarget.hash, DestTarget.eql, true);
+const TargetToHash = std.ArrayHashMap(DestTarget, []const u8, DestTarget.hash, DestTarget.eql, true);
const PathTable = std.StringHashMap(*TargetToHash);
const LibCVendor = enum {