diff options
author | Michael Forney <mforney@mforney.org> | 2019-06-18 18:07:15 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-06-18 18:09:26 -0700 |
commit | 02924887cf666e76a97413ddf18b1da997c400b9 (patch) | |
tree | 4e4b3bc8b07e62bb3228b1202e338acb59c3391c /pp.c | |
parent | 49781170b770a42d0aaea9f8c53897294e9e2938 (diff) |
pp: Add __typeof as an alternate keyword for __typeof__
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}, |