1 May
2008
1 May
'08
11:38 a.m.
Module: wine Branch: master Commit: d64e4c26eee73ebb1c73241bad89cae05c384642 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d64e4c26eee73ebb1c73241bad... Author: Rob Shearman <rob(a)codeweavers.com> Date: Wed Apr 30 15:23:13 2008 +0100 widl: Prepare for supporting storage classes in declaration statements. Return a decl_spec_t structure from decl_spec rules so that the storage class and type qualifiers can both be returned. --- tools/widl/parser.y | 101 +++++++++++++++++++++++++++++++++++++----------- tools/widl/widltypes.h | 9 ++++ 2 files changed, 87 insertions(+), 23 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d64e4c26eee73ebb1c7324...