diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-10-21 21:38:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 21:38:55 -0400 |
| commit | 7d50634e0ad4355e339bc243a2e2842693e133f9 (patch) | |
| tree | cd6f81b82b20532d40e0944e6a814519ebf7cb41 /src/Compilation.zig | |
| parent | 3cd3052d4d303dbae7d517fa40f6d171c957afdd (diff) | |
| parent | 3d7c6c803b788138aa08f51cf4ee8cf7892e315d (diff) | |
| download | zig-7d50634e0ad4355e339bc243a2e2842693e133f9.tar.gz zig-7d50634e0ad4355e339bc243a2e2842693e133f9.zip | |
Merge pull request #17545 from ziglang/more-anon-decls
migrate make_ptr_const to new anonymous decl mechanism
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig index 800c8288d0..70d0e5ff82 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -3545,6 +3545,7 @@ fn processOneJob(comp: *Compilation, job: Job, prog_node: *std.Progress.Node) !v .fwd_decl = fwd_decl.toManaged(gpa), .ctypes = .{}, .anon_decl_deps = .{}, + .aligned_anon_decls = .{}, }; defer { dg.ctypes.deinit(gpa); |
