cbe: fix identifiers colliding with the short keyword

This commit is contained in:
Jacob Young
2022-11-16 01:26:09 -05:00
parent a9c005e0e4
commit 3ae04ed949

View File

@@ -176,7 +176,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{
.{ "register", {} },
.{ "restrict", {} },
.{ "return", {} },
.{ "short ", {} },
.{ "short", {} },
.{ "signed", {} },
.{ "size_t", {} },
.{ "sizeof", {} },