Module: wine Branch: master Commit: e71219e66e1b76d0982cf3d18840e4fe693f3c40 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e71219e66e1b76d0982cf3d188...
Author: Rob Shearman rob@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=e71219e66e1b76d0982cf3...