Module: wine Branch: master Commit: 80ab2a7c6d6f7ce0187e9c5880e6b121e070bba6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=80ab2a7c6d6f7ce0187e9c5880...
Author: Rob Shearman rob@codeweavers.com Date: Tue Apr 22 11:36:38 2008 +0100
widl: Move expression functions to a new file, expr.c.
---
tools/widl/Makefile.in | 1 + tools/widl/client.c | 1 + tools/widl/expr.c | 775 ++++++++++++++++++++++++++++++++++++++++++++++++ tools/widl/expr.h | 40 +++ tools/widl/header.c | 138 +--------- tools/widl/header.h | 1 - tools/widl/parser.y | 535 +-------------------------------- tools/widl/proxy.c | 1 + tools/widl/typegen.c | 86 +------ tools/widl/widltypes.h | 4 + 10 files changed, 836 insertions(+), 746 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=80ab2a7c6d6f7ce0187e9c...