zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 20e8c2df4ee607d5630abb60aa2724e5f02374cf (tree)
parent 77e7d97725a07bc3eaa7e9c7f9ffd7698f357f1a
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sun, 13 Nov 2022 16:50:20 -0700

zig.h: remove redundant definition of u16/i16

Diffstat:
Mlib/zig.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib/zig.h b/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;