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
|
|
@ -10,8 +10,8 @@ namespace re2c
|
|||
|
||||
struct Go;
|
||||
struct Span;
|
||||
class State;
|
||||
class OutputFile;
|
||||
struct State;
|
||||
struct OutputFile;
|
||||
|
||||
class BitMap
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue