Rob Shearman : widl: Move expression functions to a new file, expr.c.

Alexandre Julliard julliard at winehq.org
Tue Apr 22 06:47:45 CDT 2008


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

Author: Rob Shearman <rob at codeweavers.com>
Date:   Tue Apr 22 11:36:38 2008 +0100

widl: Move expression functions to a new file, expr.c.

---

 tools/widl/Makefile.in |    1 +
 tools/widl/client.c    |    1 +
 tools/widl/expr.c      |  775 ++++++++++++++++++++++++++++++++++++++++++++++++
 tools/widl/expr.h      |   40 +++
 tools/widl/header.c    |  138 +---------
 tools/widl/header.h    |    1 -
 tools/widl/parser.y    |  535 +--------------------------------
 tools/widl/proxy.c     |    1 +
 tools/widl/typegen.c   |   86 +------
 tools/widl/widltypes.h |    4 +
 10 files changed, 836 insertions(+), 746 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=80ab2a7c6d6f7ce0187e9c5880e6b121e070bba6



More information about the wine-cvs mailing list