Re: [PATCH 0/3] parse-options.h: use designated initializers in OPT_* macros
From: Elijah Newren <hidden>
Date: 2023-03-20 17:09:38
From: Elijah Newren <hidden>
Date: 2023-03-20 17:09:38
On Sun, Mar 19, 2023 at 10:06 AM SZEDER Gábor [off-list ref] wrote:
Use designated initializers in the expansions of the OPT_* macros to make it more readable which one-letter macro parameter initializes which field in the resulting 'struct option'.
This series makes the code easier for me to read; thanks for submitting them. The series is pretty short and easy to read, and I couldn't find any issues anywhere. Reviewed-by: Elijah Newren <redacted>