diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-18 19:28:19 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-18 19:28:19 -0400 |
| commit | a00571abd3f0cba014aa8b942b5b242df1ff24de (patch) | |
| tree | 4625bc646447d5c322dce772f20f4ecb1ae1b419 /src/naming.c | |
| parent | 602cedd03b0c3d6ef176efafb08f51bde9bfe543 (diff) | |
Fix some compatibility issues, including #embed and `alignof` and some Makefile comment parsing issues.
Diffstat (limited to 'src/naming.c')
| -rw-r--r-- | src/naming.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/naming.c b/src/naming.c index abe87569..ba5098fd 100644 --- a/src/naming.c +++ b/src/naming.c @@ -12,7 +12,7 @@ static const char *c_keywords[] = { // Maintain sorted order: "_Alignas", "_Alignof", "_Atomic", "_BitInt", "_Bool", "_Complex", "_Decimal128", "_Decimal32", "_Decimal64", "_Generic", "_Imaginary", "_Noreturn", "_Static_assert", "_Thread_local", - "alignas", "alignof", "auto", "bool", "break", "case", "char", "const", "constexpr", "continue", "default", "do", "double", + "alignas", "__alignof__", "auto", "bool", "break", "case", "char", "const", "constexpr", "continue", "default", "do", "double", "else", "enum", "extern", "false", "float", "for", "goto", "if", "inline", "int", "long", "nullptr", "register", "restrict", "return", "short", "signed", "sizeof", "static", "static_assert", "struct", "switch", "thread_local", "true", "typedef", "typeof", "typeof_unqual", "union", "unsigned", "void", "volatile", "while", |
