diff options
| author | gingerBill <bill@gingerbill.org> | 2019-02-23 22:17:27 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-02-23 22:17:27 +0000 |
| commit | a9ab90bd2488783c3523fa30315f9754937fd52e (patch) | |
| tree | 17c7e5398a7b95f106ccece88f709c0887750837 /src/tokenizer.cpp | |
| parent | e551d2b25ea39afb95f7b8ee4309ef0cc8b502b8 (diff) | |
Make `static` an attribute rather than a keyword prefix
Diffstat (limited to 'src/tokenizer.cpp')
| -rw-r--r-- | src/tokenizer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp index 31afe3d2e..11fae7120 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -107,7 +107,6 @@ TOKEN_KIND(Token__KeywordBegin, ""), \ TOKEN_KIND(Token_bit_field, "bit_field"), \ TOKEN_KIND(Token_bit_set, "bit_set"), \ TOKEN_KIND(Token_map, "map"), \ - TOKEN_KIND(Token_static, "static"), \ TOKEN_KIND(Token_dynamic, "dynamic"), \ TOKEN_KIND(Token_auto_cast, "auto_cast"), \ TOKEN_KIND(Token_cast, "cast"), \ |