diff options
| author | 2026-04-19 19:34:56 +0200 | |
|---|---|---|
| committer | 2026-04-19 19:34:56 +0200 | |
| commit | f3fee781e966afaee558641662021cf5e4559616 (patch) | |
| tree | 10efdc18e1059ae4e37cf4a444d315d9318c2ca5 | |
| parent | 98f574adb19a4231adb8a2cd7617ccc0146d60dd (diff) | |
frontend: __attribute alias
| -rw-r--r-- | src/c_keywords.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_keywords.def b/src/c_keywords.def index 1f02cd1..f56418a 100644 --- a/src/c_keywords.def +++ b/src/c_keywords.def @@ -15,7 +15,7 @@ _(_Noreturn, STDC11, ) _(_Static_assert, STDC11, ) _(_Thread_local, STDC11, ) _(__asm__, 0, ) -_(__attribute__, 0, ) +_(__attribute__, 0, "__attribute") _(__builtin_va_arg, 0, ) _(__extension__, 0, ) _(__typeof__, 0, "__typeof") |