mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Let's always initialize node arguments. Thanks to Claudio and David Rushby.
This commit is contained in:
parent
d1a267290a
commit
54d1d0a3d3
@ -1705,7 +1705,7 @@ event_argument_opt : /*',' value
|
|||||||
|
|
||||||
singleton_select : select INTO variable_list
|
singleton_select : select INTO variable_list
|
||||||
{ $$ = make_node (nod_for_select, (int) e_flp_count, $1,
|
{ $$ = make_node (nod_for_select, (int) e_flp_count, $1,
|
||||||
make_list ($3), NULL, NULL); }
|
make_list ($3), NULL, NULL, NULL); }
|
||||||
;
|
;
|
||||||
|
|
||||||
variable : ':' symbol_variable_name
|
variable : ':' symbol_variable_name
|
||||||
|
Loading…
Reference in New Issue
Block a user