mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
common improvements
This commit is contained in:
parent
c7cf8c6db4
commit
ddf473aa0b
3
Token.h
3
Token.h
@ -296,6 +296,9 @@ class Token
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// All token values.
|
// All token values.
|
||||||
|
// attention! msvc issue:
|
||||||
|
// http://stackoverflow.com/questions/9567868/compile-errors-after-adding-v8-to-my-project-c2143-c2059
|
||||||
|
// @todo: avoid TOKEN_LIST macro
|
||||||
#define T(name, string, precedence) name,
|
#define T(name, string, precedence) name,
|
||||||
enum Value
|
enum Value
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user