diff options
| author | gingerBill <ginger.bill.22@gmail.com> | 2016-07-08 01:04:57 +0100 |
|---|---|---|
| committer | gingerBill <ginger.bill.22@gmail.com> | 2016-07-08 01:04:57 +0100 |
| commit | 9ba2a6d02cab3feff9d70f7bb9c2e8eb72bc5533 (patch) | |
| tree | 4c4536db506feafcec7157e4064268ffce5a931f /src/tokenizer.cpp | |
| parent | 7430008fd7088339821923bdff533369b7967904 (diff) | |
Slices and slice expressions
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 38a6f54fe..073d13e50 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -195,7 +195,7 @@ char const *TOKEN_STRINGS[] = { "_KeywordBegin", "type", "proc", - "switch", + "match", "break", "continue", "fallthrough", |