diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-12 20:15:17 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-12 20:15:17 +0000 |
| commit | f6a56c2f823ed78ea0bebc9ad4ad8a4677e03b0a (patch) | |
| tree | d404bb1adbf398bf52163e957b85a2fdfc9f5546 /src/tokenizer.cpp | |
| parent | dffa7916075abb7770fcf655b1d9306385b4e748 (diff) | |
Remove `#const`; Minor fixes
Diffstat (limited to 'src/tokenizer.cpp')
| -rw-r--r-- | src/tokenizer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp index 14686d155..edc4c3ee3 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -55,8 +55,6 @@ TOKEN_KIND(Token__AssignOpEnd, "_AssignOpEnd"), \ TOKEN_KIND(Token_ArrowRight, "->"), \ TOKEN_KIND(Token_ArrowLeft, "<-"), \ TOKEN_KIND(Token_DoubleArrowRight, "=>"), \ -/* TOKEN_KIND(Token_Inc, "++"), */ \ -/* TOKEN_KIND(Token_Dec, "--"), */ \ TOKEN_KIND(Token_Undef, "---"), \ \ TOKEN_KIND(Token__ComparisonBegin, "_ComparisonBegin"), \ |