[PATCH 03/10] widl: Hide the details of where arguments, fields, values and cases are stored in the type_t structure for functions, structures, enums and unions.

Rob Shearman robertshearman at gmail.com
Mon Dec 29 06:05:27 CST 2008


---
 tools/widl/Makefile.in  |    1 +
 tools/widl/expr.c       |   18 +++---
 tools/widl/header.c     |   21 +++++--
 tools/widl/parser.h     |    2 +
 tools/widl/parser.y     |  161 +++++++++++++++++++---------------------------
 tools/widl/typegen.c    |   84 +++++++++++-------------
 tools/widl/typetree.c   |   91 ++++++++++++++++++++++++++
 tools/widl/typetree.h   |   94 +++++++++++++++++++++++++++
 tools/widl/widltypes.h  |    1 +
 tools/widl/write_msft.c |   17 +++---
 10 files changed, 327 insertions(+), 163 deletions(-)
 create mode 100644 tools/widl/typetree.c
 create mode 100644 tools/widl/typetree.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 85770364d556ac63e551253d76c331cbf1ca9be2.diff
Type: text/x-patch
Size: 36940 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081229/cdf7aaea/attachment-0001.bin 


More information about the wine-patches mailing list