| author | |
| committer | |
| log | 40e49fe2f045ed780b7622a3b71c11003d55fa56 |
| tree | 3152b86ffa09f79b2227bfdf428994a5dbdd2c7a |
| parent | 9836f1b2f975cc484499847225eeb0ad54116942 |
1 files changed, 2 insertions(+), 0 deletions(-)
src/link/tapi.zig+2| ... | ... | @@ -20,8 +20,10 @@ pub const TbdV3 = struct { |
| 20 | 20 | current_version: ?VersionField, |
| 21 | 21 | compatibility_version: ?VersionField, |
| 22 | 22 | objc_constraint: ?[]const u8, |
| 23 | parent_umbrella: ?[]const u8, | |
| 23 | 24 | exports: ?[]const struct { |
| 24 | 25 | archs: []const []const u8, |
| 26 | allowable_clients: ?[]const []const u8, | |
| 25 | 27 | re_exports: ?[]const []const u8, |
| 26 | 28 | symbols: ?[]const []const u8, |
| 27 | 29 | objc_classes: ?[]const []const u8, |