Module: wine Branch: master Commit: 7e4da76689ecdb9ae49eae91e3759dae03c50644 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7e4da76689ecdb9ae49eae91e...
Author: Richard Pospesel richard@torproject.org Date: Sat Aug 17 20:07:06 2019 -0500
widl: Store the "const" type qualifier inside the decl_spec_t structure.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/widl/expr.c | 6 +-- tools/widl/header.c | 15 ++++--- tools/widl/parser.y | 111 +++++++++++++++++++++++++++++-------------------- tools/widl/typetree.c | 3 +- tools/widl/typetree.h | 2 +- tools/widl/widltypes.h | 9 +++- 6 files changed, 86 insertions(+), 60 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7e4da76689ecdb9ae49ea...