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