8
0
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:
dimitr 2007-01-29 03:17:21 +00:00
parent d1a267290a
commit 54d1d0a3d3

View File

@ -1705,7 +1705,7 @@ event_argument_opt : /*',' value
singleton_select : select INTO variable_list
{ $$ = 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