Fix VC++'s problems with re2c 0.16
- I'm surprised GCC didn't complain about all the struct/class mismatches. - INFINITY is a macro in VC++ land, so rename it to INFINITI.
This commit is contained in:
parent
43c6c9b5ee
commit
f3ab0ff41b
7 changed files with 18 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ namespace re2c
|
|||
{
|
||||
|
||||
class BitMap;
|
||||
class State;
|
||||
struct State;
|
||||
struct If;
|
||||
|
||||
struct Span
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue