widl: Initialise cval in make_expr.

oldstable
Rob Shearman 2007-09-16 22:27:38 +01:00 committed by Alexandre Julliard
parent ff014a8f6a
commit de7220e82d
1 changed files with 1 additions and 0 deletions

View File

@ -1017,6 +1017,7 @@ static expr_t *make_expr(enum expr_type type)
e->ref = NULL;
e->u.lval = 0;
e->is_const = FALSE;
e->cval = 0;
return e;
}