mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
cbe: fix identifiers colliding with the short keyword
This commit is contained in:
parent
a9c005e0e4
commit
3ae04ed949
@ -176,7 +176,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{
|
||||
.{ "register", {} },
|
||||
.{ "restrict", {} },
|
||||
.{ "return", {} },
|
||||
.{ "short ", {} },
|
||||
.{ "short", {} },
|
||||
.{ "signed", {} },
|
||||
.{ "size_t", {} },
|
||||
.{ "sizeof", {} },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user