Non-functional: Change %pure_parser to %pure-parser, to improve portability.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28857 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
b07957cf22
commit
6ab7bf20f0
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ extern int yylex(YYSTYPE*, TParseContext&);
|
|||
|
||||
%parse-param {glslang::TParseContext* pParseContext}
|
||||
%lex-param {parseContext}
|
||||
%pure_parser // enable thread safety
|
||||
%pure-parser // enable thread safety
|
||||
%expect 1 // One shift reduce conflict because of if | else
|
||||
|
||||
%token <lex> ATTRIBUTE VARYING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue