Module: wine Branch: master Commit: 146ef11b7716e17dada38bd157906179c2b0d76e URL: http://source.winehq.org/git/wine.git/?a=commit;h=146ef11b7716e17dada38bd157...
Author: Rob Shearman rob@codeweavers.com Date: Tue Apr 29 20:39:53 2008 +0100
widl: Keep const attributes applied to pointers when writing out the type.
Use an attribute to store the const qualifier for the pointer and type.
Allow multiple type-qualifiers to be applied to a type by adding a declaration-specifier rule that encompasses type-qualifiers and types.
---
tools/widl/header.c | 5 ++- tools/widl/parser.y | 111 +++++++++++++++++++++++++++++++++++++++++------- tools/widl/widltypes.h | 2 +- 3 files changed, 100 insertions(+), 18 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=146ef11b7716e17dada38b...