From f13d4295f941f09908af99e2e81a0e47e31d5639 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 11 Mar 2010 16:12:25 -0800 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glsl_parser.ypp b/glsl_parser.ypp index cc9e11676a3..3645e96f721 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 -- 2.30.2