diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-02-05 15:19:30 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-02-05 15:19:30 +0000 |
| commit | 2a5b674d33e4f483964da119f76038457cd9f1f2 (patch) | |
| tree | 1e094b9e6ed3fa435dc5c76cdf7f4a7e740781f7 /src/tokenizer.c | |
| parent | 7944b7714f5478b9a89e3fc1e331e8090652e49e (diff) | |
Custom struct alignment
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 c7607a0fa..9dacdba64 100644 --- a/src/tokenizer.c +++ b/src/tokenizer.c @@ -103,6 +103,7 @@ TOKEN_KIND(Token__KeywordBegin, "_KeywordBegin"), \ TOKEN_KIND(Token_raw_union, "raw_union"), \ TOKEN_KIND(Token_enum, "enum"), \ TOKEN_KIND(Token_vector, "vector"), \ + TOKEN_KIND(Token_map, "map"), \ TOKEN_KIND(Token_static, "static"), \ TOKEN_KIND(Token_dynamic, "dynamic"), \ TOKEN_KIND(Token_using, "using"), \ |