aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/keywords.def
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-01-25 12:36:01 +0100
committerlemon <lsof@mailbox.org>2026-01-25 12:36:01 +0100
commitca983b5700f894c653758a4f93a758b93d025621 (patch)
treec1791a7f324f93efb63297bf7686d9bb42f2c91e /c/keywords.def
parenta017cf8b32f6726d5619361fa9d5e88f850dc1cb (diff)
c: GNU __attribute__ stubs
Diffstat (limited to 'c/keywords.def')
-rw-r--r--c/keywords.def2
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, )