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 a694972..8db0848 100644
--- a/pp.c
+++ b/pp.c
@@ -35,6 +35,7 @@ keyword(struct token *tok)
{"__signed", TSIGNED},
{"__signed__", TSIGNED},
{"__thread", T_THREAD_LOCAL},
+ {"__typeof", T__TYPEOF__},
{"__typeof__", T__TYPEOF__},
{"__volatile__", TVOLATILE},
{"auto", TAUTO},