bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uses of xinmalloc and xpmalloc triggered make syntax-check failure


From: Jim Meyering
Subject: Re: uses of xinmalloc and xpmalloc triggered make syntax-check failure
Date: Fri, 9 Jun 2023 11:53:57 -0700

On Fri, Jun 9, 2023 at 3:39 AM Pádraig Brady <P@draigbrady.com> wrote:
> On 07/06/2023 05:34, Jim Meyering wrote:
> > I noticed some syntax-check failures in diffutils.
> > Its uses of relatively new xinmalloc and xpmalloc functions triggered a
> > "make syntax-check" failure claiming that xalloc.h need not be included,
> > because none of its (old list) functions was used. This updates the regex
> > to match the current list of functions.
> >
> > I expect to regenerate other syntax-checked header regexps
> > and may find time to automate the update process.
>
> I think this misses xalloc_die due to the "extern"
> adjustments in gnulib 3801e9bb67b.
> It seems that the perl regexps in the comment need to be adjusted
> to cater for the commented /*extern*/

Still had to cater to _Noreturn (but Paul just removed that
/*extern*/), and pushed the attached:

Attachment: gnulib-syntax-check-alloc-die.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]