winapi: Simplify and improve the readability of the C parsers.
commita4ed46d3988ad2af2d8077bb284e9a5ee0e05543
authorFrancois Gouget <fgouget@free.fr>
Mon, 6 Jul 2009 06:08:10 +0000 (6 08:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Jul 2009 12:35:27 +0000 (6 14:35 +0200)
tree010c2b60c33e98ad9a0df478fe6d6176e91e2db1
parentdf055b2d2ccf5911ff754619b1892c02fc333334
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
tools/winapi/c_parser.pm
tools/winapi/c_type.pm