esrille / escudo

The Escudo Web Browser
Apache License 2.0
68 stars 13 forks source link

Rename conflict tokens #36

Closed Constellation closed 11 years ago

Constellation commented 11 years ago

Because old bison defines token names as macro, generic names conflict with used token names in C++ code

src/css/CSSGrammar.yy: Rename S to SPACE and URI to TOKEN_URI in parser src/css/CSSTokenizer.re: Rename S to SPACE and URI to TOKEN_URI in tokenizer

Constellation commented 11 years ago

Closed by #38