diff options
author | Andrew Chambers <andrewchambers@fastmail.com> | 2019-02-27 20:42:23 +1300 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-02-27 21:59:11 -0800 |
commit | 7c2089414f2d6476c093a08bb7305e72a89b552c (patch) | |
tree | 3a1100422deb37769368df99ecb78800a2fa5b62 /pp.c | |
parent | de85378a20b2a190d4e8a5ce3156a8bdbc682bcc (diff) |
Implement __typeof__.
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}, |