]> git.pld-linux.org Git - packages/gtk-webkit3.git/blame - bison3.patch
- fix building with bison 3.0
[packages/gtk-webkit3.git] / bison3.patch
CommitLineData
2d78ab14
JR
1--- webkitgtk-2.0.4/Source/ThirdParty/ANGLE/src/compiler/glslang.y.orig 2013-07-19 09:03:53.000000000 +0200
2+++ webkitgtk-2.0.4/Source/ThirdParty/ANGLE/src/compiler/glslang.y 2013-08-18 22:23:32.345011972 +0200
3@@ -47,6 +47,7 @@
4 %expect 1 /* One shift reduce conflict because of if | else */
5 %pure-parser
6 %parse-param {TParseContext* context}
7+%lex-param {YYLEX_PARAM}
8
9 %union {
10 struct {
This page took 0.097217 seconds and 4 git commands to generate.