Commit 6ab7bf20 by John Kessenich

Non-functional: Change %pure_parser to %pure-parser, to improve portability.

parent b07957cf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment