Module: wine Branch: master Commit: a4ed46d3988ad2af2d8077bb284e9a5ee0e05543 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a4ed46d3988ad2af2d8077bb28...
Author: Francois Gouget fgouget@free.fr Date: Mon Jul 6 08:08:10 2009 +0200
winapi: Simplify and improve the readability of the C parsers.
Specifically, clean up parameter passing, and remove unneeded intermediate variable references. Remove uninformative comments.
---
tools/winapi/c_function.pm | 158 ++++--------- tools/winapi/c_parser.pm | 577 ++++++++++++++------------------------------ tools/winapi/c_type.pm | 408 ++++++++++++------------------- 3 files changed, 381 insertions(+), 762 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a4ed46d3988ad2af2d8077...