aboutsummaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
Diffstat (limited to 'token.c')
-rw-r--r--token.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/token.c b/token.c
index 47d918e..5e1a977 100644
--- a/token.c
+++ b/token.c
@@ -56,6 +56,7 @@ const char *tokstr[] = {
[T_STATIC_ASSERT] = "_Static_assert",
[T_THREAD_LOCAL] = "_Thread_local",
[T__ASM__] = "__asm__",
+ [T__ATTRIBUTE__] = "__attribute__",
[T__TYPEOF__] = "__typeof__",
/* punctuator */