[PATCH 15/17] widl: Move expression functions to a new file, expr.c.

Robert Shearman rob at codeweavers.com
Sun Apr 20 16:31:44 CDT 2008


---
  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(-)
  create mode 100644 tools/widl/expr.c
  create mode 100644 tools/widl/expr.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 71ed060dfe7ae288bf09e146c079d92e678b9c40.diff
Type: text/x-patch
Size: 56834 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080420/33472509/attachment-0001.bin 


More information about the wine-patches mailing list