From 02924887cf666e76a97413ddf18b1da997c400b9 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 18 Jun 2019 18:07:15 -0700 Subject: pp: Add __typeof as an alternate keyword for __typeof__ --- pp.c | 1 + 1 file changed, 1 insertion(+) 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}, -- cgit v1.2.3