diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-01-19 19:02:44 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-01-19 19:02:44 +0000 |
| commit | 563b1e2b285e788338aecfa9f3d6536fb9516fd0 (patch) | |
| tree | 8ea1f852f89ee765da94dab334b9a2efbec31cdc /src/tokenizer.c | |
| parent | 4603d2525ebdfa57522ec60db4a86cbc99251ee5 (diff) | |
`immutable` field prefix
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 f4dbb9fff..74a0b4529 100644 --- a/src/tokenizer.c +++ b/src/tokenizer.c @@ -106,6 +106,7 @@ TOKEN_KIND(Token__KeywordBegin, "_KeywordBegin"), \ TOKEN_KIND(Token_vector, "vector"), \ TOKEN_KIND(Token_using, "using"), \ TOKEN_KIND(Token_no_alias, "no_alias"), \ + TOKEN_KIND(Token_immutable, "immutable"), \ TOKEN_KIND(Token_asm, "asm"), \ TOKEN_KIND(Token_push_allocator, "push_allocator"), \ TOKEN_KIND(Token_push_context, "push_context"), \ |