diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-09-12 12:05:38 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-09-12 12:05:38 +0100 |
| commit | 687e78d5ddf2d75022eedc060b3352643ebe2080 (patch) | |
| tree | a0cd9646c16854513340d84ba5ea6547061b46ab /src/tokenizer.cpp | |
| parent | 7509cdceb83dbbeb69b1b85b956cf45a62959b26 (diff) | |
Some global init cleanup; `volatile` types
Diffstat (limited to 'src/tokenizer.cpp')
| -rw-r--r-- | src/tokenizer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp index eebdda765..12b394a01 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -104,6 +104,7 @@ TOKEN_KIND(Token__KeywordBegin, "_KeywordBegin"), \ TOKEN_KIND(Token_using, "using"), \ TOKEN_KIND(Token_asm, "asm"), \ TOKEN_KIND(Token_volatile, "volatile"), \ + TOKEN_KIND(Token_atomic, "atomic"), \ TOKEN_KIND(Token__KeywordEnd, "_KeywordEnd"), \ TOKEN_KIND(Token_Count, "") |