Module: wine Branch: master Commit: 728a738a824f19fa72e098e1034d9698d28dd190 URL: http://source.winehq.org/git/wine.git/?a=commit;h=728a738a824f19fa72e098e103...
Author: Rob Shearman robertshearman@gmail.com Date: Sat Mar 7 23:24:00 2009 +0000
widl: Move type_basic_get_fc to typegen.c and rename it to get_basic_fc.
Move to using type_basic_get_type in other files where appropriate.
---
tools/widl/expr.c | 28 ++++++++++------------ tools/widl/header.c | 6 ++-- tools/widl/parser.y | 28 +++++++++++----------- tools/widl/typegen.c | 60 +++++++++++++++++++++++++++++++++--------------- tools/widl/typegen.h | 1 + tools/widl/typelib.c | 6 ++-- tools/widl/typetree.h | 25 -------------------- 7 files changed, 75 insertions(+), 79 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=728a738a824f19fa72e098...