authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-11-13 16:50:20-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-11-13 16:50:20-07:00
log20e8c2df4ee607d5630abb60aa2724e5f02374cf
treea5869d3bc1c32bb77484da2188c3b89c1f3d12c6
parent77e7d97725a07bc3eaa7e9c7f9ffd7698f357f1a

zig.h: remove redundant definition of u16/i16


1 files changed, 0 insertions(+), 2 deletions(-)

lib/zig.h-2
...@@ -220,8 +220,6 @@ typedef uint8_t zig_u8;...@@ -220,8 +220,6 @@ typedef uint8_t zig_u8;
220typedef int8_t zig_i8;220typedef int8_t zig_i8;
221typedef uint16_t zig_u16;221typedef uint16_t zig_u16;
222typedef int16_t zig_i16;222typedef int16_t zig_i16;
223typedef uint16_t zig_u16;
224typedef int16_t zig_i16;
225typedef uint32_t zig_u32;223typedef uint32_t zig_u32;
226typedef int32_t zig_i32;224typedef int32_t zig_i32;
227typedef uint64_t zig_u64;225typedef uint64_t zig_u64;