From: Ian Romanick Date: Fri, 12 Mar 2010 00:12:25 +0000 (-0800) Subject: Change type of function_identifier to silence bison warning X-Git-Tag: 062012170305~10660^2~625^2~640 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f13d4295f941f09908af99e2e81a0e47e31d5639;p=profile%2Fivi%2Fmesa.git 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. --- diff --git a/glsl_parser.ypp b/glsl_parser.ypp index cc9e116..3645e96 100644 --- a/glsl_parser.ypp +++ b/glsl_parser.ypp @@ -164,7 +164,7 @@ %type function_call %type assignment_operator %type unary_operator -%type function_identifier +%type function_identifier %type external_declaration %type init_declarator_list %type single_declaration