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 0ead68e..40bda92 100644
--- a/token.c
+++ b/token.c
@@ -55,6 +55,7 @@ const char *tokstr[] = {
[T_NORETURN] = "_Noreturn",
[T_STATIC_ASSERT] = "_Static_assert",
[T_THREAD_LOCAL] = "_Thread_local",
+ [T__TYPEOF__] = "__typeof__",
/* punctuator */
[TLBRACK] = "[",