Module: wine Branch: master Commit: 92eb5ef5a1ada34853b57626b4e5201010decc21 URL: https://source.winehq.org/git/wine.git/?a=commit;h=92eb5ef5a1ada34853b57626b... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Wed Nov 4 19:49:27 2020 +0100 widl: Support repetition for some attributes. Some attributes can be specified multiple times, this is the case for instance for "custom" attribute, as well as WinRT "static". Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: PuetzKevinA(a)JohnDeere.com Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- tools/widl/parser.y | 249 +++++++++++++++++++++++++++------------------------- 1 file changed, 127 insertions(+), 122 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=92eb5ef5a1ada34853b57...