Use IDENTIFIER instead of TYPE_NAME for structure names
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 19 Apr 2010 22:11:31 +0000 (15:11 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 29 Apr 2010 01:22:47 +0000 (18:22 -0700)
commit1f959ab4d68ce7c963f9d5f3edc64b457565c291
tree3e3b9905030735ddd69b601524634614fb944ea2
parentbf783ecea69c6b4a3fb5f616e91707cf6d806040
Use IDENTIFIER instead of TYPE_NAME for structure names

Since there is no track of which names are structure names during parsing,
TYPE_NAME cannot be produced by the lexer.  Use IDENTIFIER and let the AST
processor sort it out.
glsl_parser.ypp