aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/c_keywords.def2
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")