Re: [PATCH] Fix build failure with Perl 5.36

2022-08-10 Thread Thomas Dickey
On Tue, Aug 09, 2022 at 06:44:58PM -0700, Kevin Buettner wrote: > On Mon, 4 Jul 2022 15:12:27 +1000 > Brendan O'Dea wrote: > > > Fix a build failure for Perl 5.36 caused by a namespace conflict of > > the symbol `regexp' (http://bugs.debian.org/1014289). > > I've tested this fix on my (Fedora)

Re: [PATCH] Fix build failure with Perl 5.36

2022-08-09 Thread Kevin Buettner
On Mon, 4 Jul 2022 15:12:27 +1000 Brendan O'Dea wrote: > Fix a build failure for Perl 5.36 caused by a namespace conflict of > the symbol `regexp' (http://bugs.debian.org/1014289). I've tested this fix on my (Fedora) rawhide machine. It works for me. Kevin

Re: [PATCH] Fix build failure with Perl 5.36

2022-07-04 Thread Thomas Dickey
On Mon, Jul 04, 2022 at 03:12:27PM +1000, Brendan O'Dea wrote: > Fix a build failure for Perl 5.36 caused by a namespace conflict of > the symbol `regexp' (http://bugs.debian.org/1014289). ... I suppose I'll have to put out a 9.8w in the next few weeks, once Perl 5.36 becomes more widespread. In

[PATCH] Fix build failure with Perl 5.36

2022-07-03 Thread Brendan O'Dea
Fix a build failure for Perl 5.36 caused by a namespace conflict of the symbol `regexp' (http://bugs.debian.org/1014289). diff --git a/perl.xs b/perl.xs index 86c04e3..ee658d2 100644 --- a/perl.xs +++ b/perl.xs @@ -118,20 +118,20 @@ /* for vile */ #define MARK vile_MARK +#define regexp