Rob Shearman : widl: Add the parsing of storage classes into declaration-specifiers.

Alexandre Julliard julliard at winehq.org
Thu May 1 06:38:30 CDT 2008


Module: wine
Branch: master
Commit: e71219e66e1b76d0982cf3d18840e4fe693f3c40
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e71219e66e1b76d0982cf3d18840e4fe693f3c40

Author: Rob Shearman <rob at codeweavers.com>
Date:   Wed Apr 30 15:23:23 2008 +0100

widl: Add the parsing of storage classes into declaration-specifiers.

Support the static and register keywords.

This consolidates externdef and constdef rules into one declaration rule.

---

 tools/widl/header.c    |   49 ++++++++++++++++++----
 tools/widl/header.h    |    4 +-
 tools/widl/parser.l    |    2 +
 tools/widl/parser.y    |  107 ++++++++++++++++++++++++++++++++----------------
 tools/widl/widltypes.h |    3 +-
 5 files changed, 116 insertions(+), 49 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=e71219e66e1b76d0982cf3d18840e4fe693f3c40



More information about the wine-cvs mailing list