mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
zig.h: remove redundant definition of u16/i16
This commit is contained in:
parent
77e7d97725
commit
20e8c2df4e
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue