diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-01-17 15:20:11 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-01-17 15:20:11 +0000 |
| commit | 383f5b55ad76d6b670b6ae7e2816cc4d8f0d8731 (patch) | |
| tree | f3f3b9affae69d2c4a2f0c9406a5df708faed486 /src/tokenizer.c | |
| parent | 6dc6b6f8aaa3289ae32746367089f9f77be9a623 (diff) | |
Best viable overloading procedure algorithm; `no_alias`; call expr style casts
Diffstat (limited to 'src/tokenizer.c')
| -rw-r--r-- | src/tokenizer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tokenizer.c b/src/tokenizer.c index b4ddc33dd..2fb53e1e3 100644 --- a/src/tokenizer.c +++ b/src/tokenizer.c @@ -105,6 +105,7 @@ TOKEN_KIND(Token__KeywordBegin, "_KeywordBegin"), \ TOKEN_KIND(Token_enum, "enum"), \ TOKEN_KIND(Token_vector, "vector"), \ TOKEN_KIND(Token_using, "using"), \ + TOKEN_KIND(Token_no_alias, "no_alias"), \ TOKEN_KIND(Token_asm, "asm"), \ TOKEN_KIND(Token_push_allocator, "push_allocator"), \ TOKEN_KIND(Token_push_context, "push_context"), \ |