Commit 20e8c2df4e

Andrew Kelley <andrew@ziglang.org>
2022-11-14 00:50:20
zig.h: remove redundant definition of u16/i16
1 parent 77e7d97
Changed files (1)
lib
lib/zig.h
@@ -220,8 +220,6 @@ typedef uint8_t  zig_u8;
 typedef  int8_t  zig_i8;
 typedef uint16_t zig_u16;
 typedef  int16_t zig_i16;
-typedef uint16_t zig_u16;
-typedef  int16_t zig_i16;
 typedef uint32_t zig_u32;
 typedef  int32_t zig_i32;
 typedef uint64_t zig_u64;