Fix linux build problem.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22002 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
f78fff94e9
commit
a622cf2dc5
3 changed files with 8 additions and 8 deletions
|
|
@ -1137,7 +1137,7 @@ block_structure
|
|||
: type_qualifier IDENTIFIER LEFT_BRACE { parseContext.nestedBlockCheck($1.line); } struct_declaration_list RIGHT_BRACE {
|
||||
--parseContext.structNestingLevel;
|
||||
parseContext.blockName = $2.string;
|
||||
parseContext.blockType = $1;
|
||||
parseContext.publicBlockType = $1;
|
||||
$$.line = $1.line;
|
||||
$$.typeList = $5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue