11 lines
454 B
Diff
11 lines
454 B
Diff
|
--- qt-everywhere-opensource-src-5.1.1/qtwebkit/Source/ThirdParty/ANGLE/src/compiler/glslang.y.orig 2013-08-28 23:31:54.705168894 +0200
|
||
|
+++ qt-everywhere-opensource-src-5.1.1/qtwebkit/Source/ThirdParty/ANGLE/src/compiler/glslang.y 2013-08-28 23:31:33.607380819 +0200
|
||
|
@@ -47,6 +47,7 @@
|
||
|
%expect 1 /* One shift reduce conflict because of if | else */
|
||
|
%pure-parser
|
||
|
%parse-param {TParseContext* context}
|
||
|
+%lex-param {YYLEX_PARAM}
|
||
|
|
||
|
%union {
|
||
|
struct {
|