Rémi Bernon : widl: Move attribute related functions to attribute.c.
24 Mar
2023
24 Mar
'23
9:43 p.m.
Module: wine Branch: master Commit: f36fbb37886622dee098b776e591cc396684173f URL: https://gitlab.winehq.org/wine/wine/-/commit/f36fbb37886622dee098b776e591cc3... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Tue Jan 24 22:19:45 2023 +0100 widl: Move attribute related functions to attribute.c. --- tools/widl/Makefile.in | 1 + tools/widl/attribute.c | 556 +++++++++++++++++++++++++++++++++++++++++++++++++ tools/widl/header.c | 57 ----- tools/widl/header.h | 4 - tools/widl/parser.y | 481 ------------------------------------------ tools/widl/typegen.c | 13 -- tools/widl/typetree.h | 15 +- tools/widl/widl.h | 38 ++++ 8 files changed, 600 insertions(+), 565 deletions(-)
1002
Age (days ago)
1002
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard