Re: [PATCH 2/2] elfstrmerge: Pull new_data_buf() into file scope

2021-03-01 Thread Mark Wielaard
Hi Timm, On Wed, 2021-02-17 at 09:46 +0100, Timm Bäder via Elfutils-devel wrote: > Get rid of a nested function this way. Same comments as the last one. 4 extra arguments is pushing it a bit. But still pushed :) Thanks, Mark

[PATCH 2/2] elfstrmerge: Pull new_data_buf() into file scope

2021-02-17 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 --- tests/elfstrmerge.c | 32 +--- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/tests/elfstrmerge.c b/tests/elfstrmerge.c index 00f025ec..197c6a5d 100644 --- a/tests