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:
Randy Heit 2016-02-06 21:19:05 -06:00
commit f3ab0ff41b
7 changed files with 18 additions and 13 deletions

View file

@ -10,8 +10,8 @@ namespace re2c
struct Go;
struct Span;
class State;
class OutputFile;
struct State;
struct OutputFile;
class BitMap
{