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
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