diff options
Diffstat (limited to 'c/keywords.def')
| -rw-r--r-- | c/keywords.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c/keywords.def b/c/keywords.def index 2f20e58..e71f25f 100644 --- a/c/keywords.def +++ b/c/keywords.def @@ -14,8 +14,10 @@ _(_Imaginary, STDC99, ) _(_Noreturn, STDC11, ) _(_Static_assert, STDC11, ) _(_Thread_local, STDC11, ) +_(__asm__, 0, ) _(__attribute__, 0, ) _(__builtin_va_arg, 0, ) +_(__extension__, 0, ) _(__typeof__, 0, "__typeof") _(alignas, STDC23, ) _(alignof, STDC23, ) |