summaryrefslogtreecommitdiff
path: root/glsl_parser.ypp
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-03-11 16:12:25 -0800
committerIan Romanick <ian.d.romanick@intel.com>2010-03-11 16:12:25 -0800
commitf13d4295f941f09908af99e2e81a0e47e31d5639 (patch)
treeeccb46fc384b69d041ea5fb64343f7141f518706 /glsl_parser.ypp
parent44eb13d0b589e27038dffc10cec0f0a303e124fe (diff)
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.
Diffstat (limited to 'glsl_parser.ypp')
-rw-r--r--glsl_parser.ypp2
1 files changed, 1 insertions, 1 deletions
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 <expression> function_call
%type <n> assignment_operator
%type <n> unary_operator
-%type <node> function_identifier
+%type <expression> function_identifier
%type <node> external_declaration
%type <declarator_list> init_declarator_list
%type <declarator_list> single_declaration