Re: [PATCH 4/4] arlib-argp: Pull text_for_default() into file scope

2021-01-29 Thread Mark Wielaard
Hi Timm, On Fri, 2021-01-08 at 09:13 +0100, Timm Bäder via Elfutils-devel wrote: > Get rid of a nested function this way. Right, the only context captured is the text string pointer which is now passed as argument. Added a Changelog entry and pushed. Thanks, Mark

[PATCH 4/4] arlib-argp: Pull text_for_default() into file scope

2021-01-08 Thread Timm Bäder via Elfutils-devel
From: Timm Bäder Get rid of a nested function this way. Signed-off-by: Timm Bäder --- src/arlib-argp.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/arlib-argp.c b/src/arlib-argp.c index c07d9299..a3c12e4d 100644 --- a/src/arlib-argp.c +++ b/sr