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

Robert Shearman rob at codeweavers.com
Tue Apr 22 05:36:38 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: b6c9576875fd7d09ebd3d967b5234c3a39b7fdba.diff
Type: text/x-patch
Size: 56834 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080422/e99ade6e/attachment-0001.bin 


More information about the wine-patches mailing list