aboutsummaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp.c b/pp.c
index 3cb4244..2c47d59 100644
--- a/pp.c
+++ b/pp.c
@@ -27,6 +27,7 @@ keyword(struct token *tok)
{"_Noreturn", T_NORETURN},
{"_Static_assert", T_STATIC_ASSERT},
{"_Thread_local", T_THREAD_LOCAL},
+ {"__typeof__", T__TYPEOF__},
{"auto", TAUTO},
{"break", TBREAK},
{"case", TCASE},