cbe: fix identifiers colliding with the short keyword
This commit is contained in:
@@ -176,7 +176,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{
|
||||
.{ "register", {} },
|
||||
.{ "restrict", {} },
|
||||
.{ "return", {} },
|
||||
.{ "short ", {} },
|
||||
.{ "short", {} },
|
||||
.{ "signed", {} },
|
||||
.{ "size_t", {} },
|
||||
.{ "sizeof", {} },
|
||||
|
||||
Reference in New Issue
Block a user