mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
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.
This commit is contained in:
parent
44eb13d0b5
commit
f13d4295f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue