[PATCH 01/10] widl: Move declarray property to array_details.

Rob Shearman robertshearman at gmail.com
Thu Mar 5 02:21:35 CST 2009


Invert the property since an array being declared as a pointer is more
surprising than an array being declared as an array.

Provide an accessor, type_array_is_decl_as_ptr.
---
 tools/widl/expr.c       |    2 +-
 tools/widl/header.c     |   16 +++++++++-------
 tools/widl/parser.y     |    9 ++++-----
 tools/widl/proxy.c      |    2 +-
 tools/widl/server.c     |    2 +-
 tools/widl/typegen.c    |   36 ++++++++++++++++++++----------------
 tools/widl/typelib.c    |    2 +-
 tools/widl/typetree.c   |    5 ++---
 tools/widl/typetree.h   |    9 ++++++++-
 tools/widl/widltypes.h  |    5 +++--
 tools/widl/write_msft.c |   10 +++++++---
 11 files changed, 57 insertions(+), 41 deletions(-)

Cleanup patch that doesn't change any generated files.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 849f18e4ce4827ed82f41cbf390d741dfcc8ddb5.diff
Type: text/x-patch
Size: 18149 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090305/28041d1b/attachment-0001.bin>


More information about the wine-patches mailing list