Re: [PATCH 4/4] elfcompress: Replace cleanup() with label

2021-03-01 Thread Mark Wielaard
Hi Timm, On Wed, 2021-02-17 at 09:45 +0100, Timm Bäder via Elfutils-devel wrote: > From: Timm Bäder > > Get rid of a nested function this way. It would be nice to get a ChangeLog entry with this. > diff --git a/src/elfcompress.c b/src/elfcompress.c > index 65e28f0e..ba08e73f 100644 > --- a/src

[PATCH 4/4] elfcompress: Replace cleanup() with label

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 --- src/elfcompress.c | 218 +++--- 1 file changed, 109 insertions(+), 109 deletions(-) diff --git a/src/elfcompress.c b/src/elfcompress.c index 65e28f0e..ba08e73f 100644