Change type of function_identifier to silence bison warning
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 12 Mar 2010 00:12:25 +0000 (16:12 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 12 Mar 2010 00:12:25 +0000 (16:12 -0800)
commitf13d4295f941f09908af99e2e81a0e47e31d5639
treeeccb46fc384b69d041ea5fb64343f7141f518706
parent44eb13d0b589e27038dffc10cec0f0a303e124fe
Change type of function_identifier to silence bison warning

When the implementation of function_call_header and
function_identifier were changed a few commits ago, the types of the
production changed.  This just updates the types specified for the
productions to match reality.
glsl_parser.ypp