Replace %pure_parser directive as it's deprecated
Created attachment 232555 [details] Patch
This is the warning I'm seeing when building: warning: deprecated directive, use ‘%pure-parser’ [-Wdeprecated] BTW this directive was added in Bison 2.6 AFAIK. Not sure all the ports require at least that version
Comment on attachment 232555 [details] Patch This patch breaks Mac Mountain Lion build: ./CSSGrammar.y:62.9-16: syntax error, unexpected identifier, expecting string Died at WebCore/css/makegrammar.pl line 84.
(In reply to comment #3) > (From update of attachment 232555 [details]) > This patch breaks Mac Mountain Lion build: > > ./CSSGrammar.y:62.9-16: syntax error, unexpected identifier, expecting string > Died at WebCore/css/makegrammar.pl line 84. ap, do you know which Bison version is Mountain Lion using?
Let's forget about this.