Correct token encoding: wide string literals L"" and -> shared the same enum value
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Jun 2011 04:57:37 +0000 (06:57 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Jun 2011 05:18:29 +0000 (07:18 +0200)
commitd787374b5b9c8938d8af9763551f2d35acd05c78
tree0d54c48cef48c16ed304e6c5bbed55d25d4a7518
parentdbfb27f855425a857c4673d9dc39ceb18d864218
Correct token encoding: wide string literals L"" and -> shared the same enum value

- This resulted in wrong error messages when an unexpected -> was found in the input.
- Remove the magic 265 (used explicitly by ->) by reordering the tokens.
tokens.inc
tokens_punctuator.inc