Module: wine Branch: master Commit: 901a42b7f90a8b7f9859dba0b55e58cd4c38a6e0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=901a42b7f90a8b7f9859dba0b5...
Author: Rob Shearman robertshearman@gmail.com Date: Mon Jan 5 23:33:27 2009 +0000
widl: Move funcs and stmts fields from type_t structure to module_details and function_details.
---
tools/widl/client.c | 53 ++++++++------ tools/widl/header.c | 160 +++++++++++++++++++++-------------------- tools/widl/header.h | 8 +- tools/widl/parser.h | 2 - tools/widl/parser.y | 74 +++++++------------ tools/widl/proxy.c | 182 +++++++++++++++++++++++++--------------------- tools/widl/server.c | 39 +++++----- tools/widl/typegen.c | 99 +++++++++++++------------ tools/widl/typegen.h | 16 ++-- tools/widl/typetree.c | 32 ++++++--- tools/widl/typetree.h | 1 + tools/widl/widltypes.h | 39 +++++++++-- tools/widl/write_msft.c | 60 ++++++++------- 13 files changed, 408 insertions(+), 357 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=901a42b7f90a8b7f9859db...