Eric Pouech : cmd: Separate IF command parsing from execution.
4 Jun
2024
4 Jun
'24
9:23 p.m.
Module: wine Branch: master Commit: 1890a3de3f5c6c608b508c11361fc3e1fdea718e URL: https://gitlab.winehq.org/wine/wine/-/commit/1890a3de3f5c6c608b508c11361fc3e... Author: Eric Pouech <epouech(a)codeweavers.com> Date: Sun Apr 21 09:16:38 2024 +0200 cmd: Separate IF command parsing from execution. Introducting CMD_IF_CONDITION to hold IF condition. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> --- programs/cmd/builtins.c | 205 +++++-------------------------------------- programs/cmd/wcmd.h | 29 ++++++ programs/cmd/wcmdmain.c | 229 +++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 268 insertions(+), 195 deletions(-)
652
Age (days ago)
652
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard