Module: wine Branch: master Commit: 22929dd8af7bbe9cf4f5f6c75adf2d2e511f3184 URL: https://gitlab.winehq.org/wine/wine/-/commit/22929dd8af7bbe9cf4f5f6c75adf2d2...
Author: Elizabeth Figura zfigura@codeweavers.com Date: Fri Jun 21 18:28:36 2024 -0500
widl: Store the hexadecimal flag inside of the expr_t union.
---
tools/widl/expr.c | 35 +++++++++++++------------------ tools/widl/expr.h | 2 +- tools/widl/header.c | 4 ++-- tools/widl/parser.y | 56 ++++++++++++++++++++++++++++++------------------- tools/widl/widltypes.h | 9 ++++++-- tools/widl/write_msft.c | 7 +++---- tools/widl/write_sltg.c | 2 +- 7 files changed, 63 insertions(+), 52 deletions(-)