Module: wine Branch: master Commit: f36fbb37886622dee098b776e591cc396684173f URL: https://gitlab.winehq.org/wine/wine/-/commit/f36fbb37886622dee098b776e591cc3...
Author: Rémi Bernon rbernon@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(-)