diff options
| author | gingerBill <bill@gingerbill.org> | 2018-09-24 10:22:22 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-09-24 10:22:22 +0100 |
| commit | 597fb452b199f97e20abae260551056302412d39 (patch) | |
| tree | 48694ce8634191790a401b39c29b84d87ea1e055 /src/tokenizer.cpp | |
| parent | 9f3e42e4ef830fde91cc91a557dc6ca01fe3d337 (diff) | |
Minor fixes
Diffstat (limited to 'src/tokenizer.cpp')
| -rw-r--r-- | src/tokenizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp index 63b004453..b58321a96 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -76,7 +76,7 @@ TOKEN_KIND(Token__ComparisonEnd, ""), \ TOKEN_KIND(Token_Semicolon, ";"), \ TOKEN_KIND(Token_Period, "."), \ TOKEN_KIND(Token_Comma, ","), \ - TOKEN_KIND(Token_Ellipsis, ".."), \ + TOKEN_KIND(Token_Ellipsis, ".."), \ TOKEN_KIND(Token_BackSlash, "\\"), \ TOKEN_KIND(Token__OperatorEnd, ""), \ \ |