summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--glsl_parser.ypp2
1 files changed, 1 insertions, 1 deletions
diff --git a/glsl_parser.ypp b/glsl_parser.ypp
index cc9e11676a..3645e96f72 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