aboutsummaryrefslogtreecommitdiff
path: root/token.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-13 21:48:21 -0800
committerMichael Forney <mforney@mforney.org>2019-02-13 21:49:25 -0800
commit84ef3f01055c3a5177f5d0ad90e826bab2eb81bd (patch)
treefcc0897fd103ab204a3cde84311abb76341d6cc8 /token.h
parent0dd40e7482785238968dc2c9a36bc2bfd7896df4 (diff)
Make __builtin_va_list a built-in declaration, not keyword
Diffstat (limited to 'token.h')
-rw-r--r--token.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/token.h b/token.h
index ecede55..3b0fbb7 100644
--- a/token.h
+++ b/token.h
@@ -54,7 +54,6 @@ enum tokenkind {
T_NORETURN,
T_STATIC_ASSERT,
T_THREAD_LOCAL,
- T__BUILTIN_VA_LIST,
/* punctuator */
TLBRACK,