mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Updates for mingw support. #undef conflicting defines on windows.
This commit is contained in:
parent
d82b8c2738
commit
f046be3cc1
6
Token.h
6
Token.h
@ -65,6 +65,12 @@ namespace solidity
|
||||
// an argument (at any position) for a TOKEN_LIST call. It does
|
||||
// nothing with tokens belonging to the respective category.
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#undef IN
|
||||
#undef DELETE
|
||||
#undef CONST
|
||||
#endif
|
||||
|
||||
#define IGNORE_TOKEN(name, string, precedence)
|
||||
|
||||
#define TOKEN_LIST(T, K) \
|
||||
|
Loading…
Reference in New Issue
Block a user