]> git.pld-linux.org Git - packages/gtk-webkit3.git/blob - bison3.patch
25bda4a0d3f891b92f2c5eb6f8709a4750ff2645
[packages/gtk-webkit3.git] / bison3.patch
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.031684 seconds and 2 git commands to generate.