cbe: fix typos
This commit is contained in:
committed by
Andrew Kelley
parent
1e9811070b
commit
d71a43ec2c
@@ -159,7 +159,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{
|
||||
.{ "double", {} },
|
||||
.{ "else", {} },
|
||||
.{ "enum", {} },
|
||||
.{ "extern ", {} },
|
||||
.{ "extern", {} },
|
||||
.{ "float", {} },
|
||||
.{ "for", {} },
|
||||
.{ "fortran", {} },
|
||||
@@ -198,7 +198,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{
|
||||
.{ "unsigned", {} },
|
||||
.{ "void", {} },
|
||||
.{ "volatile", {} },
|
||||
.{ "while ", {} },
|
||||
.{ "while", {} },
|
||||
|
||||
// stdarg.h
|
||||
.{ "va_start", {} },
|
||||
|
||||
Reference in New Issue
Block a user