Rob Shearman : widl: Initialise cval in make_expr.

Alexandre Julliard julliard at winehq.org
Mon Sep 17 07:59:50 CDT 2007


Module: wine
Branch: master
Commit: de7220e82d4d7caa38d15d5670d2f5215de9a15f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=de7220e82d4d7caa38d15d5670d2f5215de9a15f

Author: Rob Shearman <rob at codeweavers.com>
Date:   Sun Sep 16 22:27:38 2007 +0100

widl: Initialise cval in make_expr.

---

 tools/widl/parser.y |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/widl/parser.y b/tools/widl/parser.y
index 5d99c5a..cc5aca5 100644
--- a/tools/widl/parser.y
+++ b/tools/widl/parser.y
@@ -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;
 }
 




More information about the wine-cvs mailing list