8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00

Fixed "missing initializer for member `nod_types::nod_t_sql_node'".

This commit is contained in:
eku 2003-02-18 11:55:47 +00:00
parent 0fbd1e795e
commit 650c421092

View File

@ -181,7 +181,7 @@ static struct nod_types {
{ KW_COUNT, nod_count, nod_rpt_count, nod_agg_count },
{ KW_AVERAGE, nod_average, nod_rpt_average, nod_agg_average },
{ KW_TOTAL, nod_total, nod_rpt_total, nod_agg_total },
{ KW_none, nod_any, nod_any }
{ KW_none, nod_any, nod_any, nod_any }
};
static NOD_T relationals[] = {