[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was
From: |
Jim Meyering |
Subject: |
Re: [PATCH] maintainer-makefile: fix syntax-check rule for "same.h" [was: [INSTALLED 2/2] ln: use linkat and symlinkat] |
Date: |
Sun, 28 Oct 2018 13:40:55 +0000 |
On Sun, Oct 28, 2018 at 12:59 PM Bernhard Voelker
<address@hidden> wrote:
> On 10/28/18 1:25 PM, Jim Meyering wrote:
> > Thanks for fixing that, but...
> >
> >> - @h='same.h' re='\<same_name *\(' $(_sc_header_without_use)
> > + @h='same.h' re='\<same_name(|at) *\(' $(_sc_header_without_use)
> >
> > please use the "?" operator instead of an empty alternation, i.e.,
> >
> > @h='same.h' re='\<same_name(at)? *\(' $(_sc_header_without_use)
>
> okay, thanks. Would you push for me with that little change, please?
> I don't have push permissions on 'gnulib.git' anyway.
Sure. Done.