Module: wine Branch: master Commit: 04ae435f899d99050b3d0831ebd3cd3c8109be2d URL: https://source.winehq.org/git/wine.git/?a=commit;h=04ae435f899d99050b3d0831e...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Sep 24 08:06:03 2021 +0200
wrc: Use the standard memory allocation wrappers in the preprocessor.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/wrc/ppl.l | 153 +++++++++++++----------------------------------- tools/wrc/ppy.y | 31 +++++----- tools/wrc/wpp.c | 84 ++++++++------------------ tools/wrc/wpp_private.h | 14 ----- 4 files changed, 78 insertions(+), 204 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=04ae435f899d99050b3d0...