diff options
Diffstat (limited to 'token.c')
-rw-r--r-- | token.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |