Module: wine Branch: master Commit: 7e08ff27c2daeacad1977bada0a385ba2e4a79f1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7e08ff27c2daeacad1977bada0...
Author: Rob Shearman robertshearman@gmail.com Date: Thu Mar 5 08:21:35 2009 +0000
widl: Move declarray property to array_details.
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(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7e08ff27c2daeacad1977b...