On 4/27/22 2:32 PM, Jason A. Donenfeld wrote:
> > #else
> > -# define dequote_pathname udequote_pathname
> > +# define dequote_pathname(p) udequote_pathname(p)
>
> This isn't strictly necessary, right? The current code doesn't even
> generate a warning on my test builds.
>
On Wed, Apr 27, 2022, 20:30 Chet Ramey wrote:
> On 4/27/22 2:01 PM, Jason A. Donenfeld wrote:
> > ---
> > lib/glob/glob.c | 2 +-
> > locale.c| 10 +-
> > 2 files changed, 6 insertions(+), 6 deletions(-)
>
> Thanks for the patch.
>
> > #else
> > -# define dequote_pathname udeq
On 4/27/22 2:01 PM, Jason A. Donenfeld wrote:
> ---
> lib/glob/glob.c | 2 +-
> locale.c| 10 +-
> 2 files changed, 6 insertions(+), 6 deletions(-)
Thanks for the patch.
> #else
> -# define dequote_pathname udequote_pathname
> +# define dequote_pathname(p) udequote_pathname(p
---
lib/glob/glob.c | 2 +-
locale.c| 10 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/lib/glob/glob.c b/lib/glob/glob.c
index eb6277f0..cadabba9 100644
--- a/lib/glob/glob.c
+++ b/lib/glob/glob.c
@@ -120,7 +120,7 @@ void udequote_pathname PARAMS((char *));
v