| ... | @@ -159,7 +159,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{ | ... | @@ -159,7 +159,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{ |
| 159 | .{ "double", {} }, | 159 | .{ "double", {} }, |
| 160 | .{ "else", {} }, | 160 | .{ "else", {} }, |
| 161 | .{ "enum", {} }, | 161 | .{ "enum", {} }, |
| 162 | .{ "extern ", {} }, | 162 | .{ "extern", {} }, |
| 163 | .{ "float", {} }, | 163 | .{ "float", {} }, |
| 164 | .{ "for", {} }, | 164 | .{ "for", {} }, |
| 165 | .{ "fortran", {} }, | 165 | .{ "fortran", {} }, |
| ... | @@ -198,7 +198,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{ | ... | @@ -198,7 +198,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{ |
| 198 | .{ "unsigned", {} }, | 198 | .{ "unsigned", {} }, |
| 199 | .{ "void", {} }, | 199 | .{ "void", {} }, |
| 200 | .{ "volatile", {} }, | 200 | .{ "volatile", {} }, |
| 201 | .{ "while ", {} }, | 201 | .{ "while", {} }, |
| 202 | | 202 | |
| 203 | // stdarg.h | 203 | // stdarg.h |
| 204 | .{ "va_start", {} }, | 204 | .{ "va_start", {} }, |