diff options
author | Michael Forney <mforney@mforney.org> | 2019-02-13 21:48:21 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-02-13 21:49:25 -0800 |
commit | 84ef3f01055c3a5177f5d0ad90e826bab2eb81bd (patch) | |
tree | fcc0897fd103ab204a3cde84311abb76341d6cc8 /token.h | |
parent | 0dd40e7482785238968dc2c9a36bc2bfd7896df4 (diff) |
Make __builtin_va_list a built-in declaration, not keyword
Diffstat (limited to 'token.h')
-rw-r--r-- | token.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -54,7 +54,6 @@ enum tokenkind { T_NORETURN, T_STATIC_ASSERT, T_THREAD_LOCAL, - T__BUILTIN_VA_LIST, /* punctuator */ TLBRACK, |